Watching the filesystem with FileSystemWatcher. When a file is deleted I want to get the last write date of that file.
Do I have to sample a baseline of all files monitored when my script starts or can this be done without?
Or am I using the wrong tool?