G
Guest
Hi,
I have a FileSystemWatcher that fires an OnCreated event, during this event
I want to more the file that was created but it is always locked when I run
this as a windows service, if I run the same code as a Windows App then it
runs fine... Any ideas?
It seems to be the event that is causing the problem since even under the
Windows Service I can copy and move files outside of the event.
I have a FileSystemWatcher that fires an OnCreated event, during this event
I want to more the file that was created but it is always locked when I run
this as a windows service, if I run the same code as a Windows App then it
runs fine... Any ideas?
It seems to be the event that is causing the problem since even under the
Windows Service I can copy and move files outside of the event.