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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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