|
SafeFileWatcherPath Property
|
Gets or sets the path of the directory to watch.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public string Path { get; set; }
Public Property Path As String
Get
Set
member Path : string with get, set
function get_Path();
function set_Path(value);
View SourceReturn Value
String
The path to monitor. The default is an empty string ("").
Exceptions Exception | Condition |
---|
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