Jan 17, 2004 #1 I IWeb Member Joined Sep 12, 2003 Messages 11 Hello, How can I fetch a directory change event over the Windows XP API? e.g. Everytime a file/directory/subdirectory in a certain directory changes, my vb.net application should do a certain action. Thank you
Hello, How can I fetch a directory change event over the Windows XP API? e.g. Everytime a file/directory/subdirectory in a certain directory changes, my vb.net application should do a certain action. Thank you
Jan 17, 2004 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* You are probably best looking at the System.IO.FileSystemWatcher class.