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.181-beta
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