FileSystemWatcher
suggest changeSyntax
- public FileSystemWatcher()
- public FileSystemWatcher(string path)
- public FileSystemWatcher(string path, string filter)
Parameters
|The directory to monitor, in standard or Universal Naming Convention (UNC) notation.||The type of files to watch. For example, "*.txt" watches for changes to all text files.|
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents