I have a windows service running which moves files from a watched folder (IO.FileSystemWacher) to a UNC share on a network.
The network share is secured, but the share has full control for the Service user; despite this I get problems with the file path not being found.
I intend to impersonate the service (current) user, but am not sure if this is the right way to go about this.
Ideas?