|
SafeFileWatcherPath Property
|
Gets or sets the path of the directory to watch.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic string Path { get; set; }
Public Property Path As String
Get
Set
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
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 ("").
ExceptionsException | 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