FileSystemWatcher rename parent folder

  • Thread starter Thread starter D2
  • Start date Start date
D

D2

Hi,

I am watching for file system events in a folder "D:\Watcher\Watch"
folder which is working perfectly fine. However, this prevents user
from renaming the parent folder (in this case "d:\watcher" folder).
Now customer wants the ability that the user should be able to rename
the parent folder. Does anyone has an idea how can this be achieved?

cheers!
d2
 
Hi,

Thanks for your reply and suggestion. Well, this is a windows service
which is watching certain folders for changes.
What I want to achieve is... if folder "D:\Watcher\Watch" is being
watched then user should be able to rename.. at the same time this
service should internally start monitoring renamed folder i.e. if user
renamed d:\Watcher to d:\monitor, this service should start watching d:
\monitor.

thanks,
d2
 
Back
Top