SafeFileWatcherFilter Property

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

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
public string Filter { get; set; }

Return Value

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

See Also