grasshopper3 1 Posted May 31, 2010 Hi, I have created a script to organize a folder for me. currently I have the script running as a scheduled task. I would prefer to have the script run immediately after a file has been dumped/added in to the folder. I was wondering if anyone has already developed a script that watches a directory and were willing to share some of the source code. If not, I would at least appreciate a point in the right direction on how to go about creating my own. Thanks! Share this post Link to post Share on other sites
somdcomputerguy 103 Posted May 31, 2010 I would think _FileListToArray could be used for this. Just keep checking, and when [0] increases.. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
Mat 376 Posted May 31, 2010 I would think _FileListToArray could be used for this. Just keep checking, and when [0] increases.. nice try. http://www.autoitscript.com/forum/index.php?showtopic=113560 AutoIt Project Listing Share this post Link to post Share on other sites