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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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