In The Hand LtdIn The Hand
FileSystemWatcher Constructor (path, filter)
NamespacesInTheHand.IOFileSystemWatcherFileSystemWatcher(String, String)
.NET Components for Mobility
Initializes a new instance of the FileSystemWatcher class, given the specified directory and type of files to monitor.
Declaration Syntax
C#Visual Basic
public FileSystemWatcher(
	string path,
	string filter
)
Public Sub New ( _
	path As String, _
	filter As String _
)
Parameters
path (String)
The directory to monitor, in standard or Universal Naming Convention (UNC) notation.
filter (String)
The type of files to watch. For example, "*.txt" watches for changes to all text files.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0