filesystemwatcher

  1. C

    I'm trying to detect the temporary .tmp file in the FileSystemWatcher Create event

    Hi I'm trying to detect the hidden (although I've seen it for a split second in Windows File Explorer) .tmp file that's created in the FileSystemWatcher Create Event. The .tmp file appears in the same directory as the file that's created. I'm using the example for FileSystemWatcher here...
  2. N

    SystemFileWatcher event not raised after File.WriteAllLines

    Hello, My app write to file and I also set systemfilewatcher on that file to monitor changes. filewatcher is used for case when there is more than one instance of this app is running and they all will write to the same file so all the other instances of this app will be updated. when I use...
Back
Top Bottom