
Track File/Folder changes
Here's a good start...
Creating a Watched Folder with FindChangeNotification
http://www.mvps.org/vbnet/index.html?code/fileapi/watchedfolder.htm
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
Quote:
> Hello,
> Can someone help me with information about how to track (in real time) any
> change to a file or a folder in the filesystem. I want to be able to
detect
> any delete, create, move or rename.
> Thank you