I've been working with the win32:: changenotify module to detect files
copied into a particular directory, and then write them out to a db with
ODBC. The problem I've run into is my script is trying to process the files
before they are done copying.

I got around this by trying to move the file to another directory when I
detect a change, and parsing the output of the move command. I keep doing
this every few seconds until I don't get 0 files moved as the output.

Is there another way to work this with win32::changenotify?

Thanks
Chris


_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to