http://www.perlmonks.org?node_id=536766


in reply to How can I know which file is add or del by Win32::ChangeNotify/POE::Component::Win32::ChangeNotify?

The system call ReadDirectoryChanges provides the info you want. (Win32::ChangeNotify uses FindFirstChangeNotification instead) You could access it using Win32::API, if you so desired.
  • Comment on Re: How can I know which file is add or del by Win32::ChangeNotify/POE::Component::Win32::ChangeNotify?
  • Select or Download Code