Click or drag to resize

SafeFileWatcher.Path Property

Gets or sets the path of the directory to watch.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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