DevFileSystemWatcher(String, String) Constructor
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public DevFileSystemWatcher(
string path,
string filter
)
Public Sub New (
path As String,
filter As String
)
Dim path As String
Dim filter As String
Dim instance As New DevFileSystemWatcher(path, filter)
public:
DevFileSystemWatcher(
String^ path,
String^ filter
)
new :
path : string *
filter : string -> DevFileSystemWatcher
No code example is currently available or this language may not be supported.
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.