vb.net how to check for changes in folder upon application start?
Posted
by Luay
on Stack Overflow
See other posts from Stack Overflow
or by Luay
Published on 2010-05-26T14:58:22Z
Indexed on
2010/05/26
15:01 UTC
Read the original article
Hit count: 199
while the application is running i'm using FileSystemWatcher to monitor the folder. But what if there are changes to the folder when the application is not running, how can I check for these changes when the application starts.
(similar to how windows media player, for example, monitors your music folder. Even when you add songs to that folder when it is not running, it does discover them when it runs next time)
Thanks
© Stack Overflow or respective owner