Returns a custom implementation of IC1FileSystemWatcher.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
IC1FileSystemWatcher CreateFileSystemWatcher( string path, string filter ) |
Visual Basic |
---|
Function CreateFileSystemWatcher ( _ path As String, _ filter As String _ ) As IC1FileSystemWatcher |
Visual C++ |
---|
IC1FileSystemWatcher^ CreateFileSystemWatcher( String^ path, String^ filter ) |
Parameters
- path
- Type: System..::..String
Path to file or directory to watch.
- filter
- Type: System..::..String
Filter to use.