|
SafeFileWatcherPath Property
|
Gets or sets the path of the directory to watch.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
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