Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# file watcher specific file

watcher.Path = Path.GetDirectoryName(filePath1); 
watcher.Filter = Path.GetFileName(filePath1);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #file #watcher #specific #file
ADD COMMENT
Topic
Name
8+9 =