copy paste - Windows, Watching a folder in C# -
i have folder contains read-only files. found out so-called watchservice [1][2] can monitor create, delete or modified events in folder. need notification when user opens, copies and/or moves 1 of files within folder new location.
is possible? can point me right direction?
thanks in advance!
[1] ... http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(v=vs.110).aspx
[2] ... http://docs.oracle.com/javase/tutorial/essential/io/notification.html
c# copy-paste filesystemwatcher
No comments:
Post a Comment