python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
FileSystemWatcher Created event not firing for files that has been moved from zip archive
I have a very simple scenario where FSW just doesn't work. I use code like that to setup the watcher:
private FileSystemWatcher watcher = new FileSystemWatcher(@"folderToListenForChanges"))
...
Yosif Chumpov
Votes: 0
Answers: 0
How do you automatically clean up all event subscriptions made in a PowerShell script when that script exits?
I'm setting up a FileSystemWatcher to watch a file for changes. This works. I also want to keep the script that sets this up running until the user manually terminates the script. This also works. How...
William
Votes: 0
Answers: 1
FileSystemWatcher hangs after a few days
I have a Windows service, that watches a folder for newly created files and copies them to another folder. This folder has high traffic and the events are queued.
The service runs fine but after a few...
privm
Votes: 0
Answers: 0
async use with FileSystemWatcher in Net 5
I'm trying to create an application in Net 5 that watches a folder and any time files are being dropped in the folder, it should run a certain set of tasks (getting some info from the files, copy them...
CMorgan
Votes: 0
Answers: 1