I want to check if several folders receive new files and then process them. This works great, I declared FileSystemWatcher and installed EventHandler. Now everything works fine, and if I create a new file there, he notices it.
Then I noticed that when I insert a file, it does not notice it. I already searched on Google and I read that this is not possible using the built-in FileSystemWatcher. So I thought of an API to handle this, but I really have no idea how to handle this or where to start. This program is one for work, so I really need it. I appreciate any help, links or anything else to handle this.
Thank! if something is not clear, avoid Downvote and ask me;)
source
share