Normal
Hi i need a filesystem watcher in a process plugin... and its start withuses a[CODE]private System.IO.FileSystemWatcher fileSystemWatcher1;[/CODE]but his is not possible[CODE] this.fileSystemWatcher1.SynchronizingObject = this;[/CODE]it means at compiling:how can i get the filesystem watcher in a plugin?thank you for any helpMoPhat
Hi i need a filesystem watcher in a process plugin... and its start with
uses a
[CODE]private System.IO.FileSystemWatcher fileSystemWatcher1;[/CODE]
but his is not possible
[CODE] this.fileSystemWatcher1.SynchronizingObject = this;[/CODE]
it means at compiling:
how can i get the filesystem watcher in a plugin?
thank you for any help
MoPhat