Click or drag to resize

SafeFileWatcherFilter Property

Gets or sets the filter string used to determine what files are monitored in a directory.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public string Filter { get; set; }
View Source

Return Value

String
The filter string. The default is "*.*" (Watches all files.)
See Also