cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Find new file?
Find new file?
Dec 12, 2009 at 10:40pm UTC
favor929
(16)
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
Dec 13, 2009 at 12:10am UTC
Dec 13, 2009 at 10:06am UTC
guestgulkan
(2942)
Checkout the following WINAPI functions
FindFirstChangeNotification
FindNextChangeNotification
FindCloseChangeNotification
Dec 13, 2009 at 7:54pm UTC
favor929
(16)
Thats just what I was looking for, thank you very much guestgulkan!
Topic archived. No new replies allowed.