Click or drag to resize

SafeFileWatcherPath Property

Gets or sets the path of the directory to watch.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public string Path { get; set; }
View Source

Return Value

String
The path to monitor. The default is an empty string ("").
Exceptions
ExceptionCondition
ArgumentException The specified path does not exist or could not be found. -or- The specified path contains wildcard characters. -or- The specified path contains invalid path characters.
See Also