Find new file?

I'm looking for some kind of windows function that will trigger every time a new file is created(or downloaded) on my computer. Is there such a thing or is the only way to get new files to scan the entire computer twice then compare.
Thanks.
-Favor
Last edited on
Checkout the following WINAPI functions

FindFirstChangeNotification

FindNextChangeNotification

FindCloseChangeNotification



Thats just what I was looking for, thank you very much guestgulkan!
Topic archived. No new replies allowed.