LocalFileSystemWatcherEventArgsPath Property |
Gets the fully qualifed path or a relative path of the affected file or directory.
The LocalFileSystemWatcher SetRelativePaths property value determines if relative paths are used.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string Path { get; }
Property Value
Type:
String
The path.
See Also