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