PaulZ
Active member
I implemented a FileSystemWatcher in my program to watch for incoming files in a directory.
It works when I set the watchdir to a local dir (C:\ERRORS\) but when I set the watchdir to I:\ERRORS\ (network) it doesnt fire when a new file is put in that directory. I suppose it has to do something with the watcherpermissions but I do not know how to set it right for the network.
Anyone an idea?
Thanks,
Paul
btw: Everyone has full permissions on that directory
It works when I set the watchdir to a local dir (C:\ERRORS\) but when I set the watchdir to I:\ERRORS\ (network) it doesnt fire when a new file is put in that directory. I suppose it has to do something with the watcherpermissions but I do not know how to set it right for the network.
Anyone an idea?
Thanks,
Paul
btw: Everyone has full permissions on that directory
Last edited by a moderator: