brucexs wrote: >> > Alex, in http://gearbox.maem.umr.edu/batch/f_w_util/ there's a >> > command line util WaitDirChange, > > This is a standard service provided by Windows API so I added a > file.watchfolder method to file plugin
Thanks Bruce, it's great. These two options are different and complement each other. File.watchfolder implements the Windows API FindFirstChangeNotification, which notifies that some change occurred but doesn't report which specific change. This API is available on all Windows versions. WaitDirChange implements the Windows API ReadDirectoryChangesW, which reports the specific change that occurred (with name of changed file). This API isn't available on win9x. --sgp ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
