Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string Path { get; }

Property Value

Type: String
The path.
See Also