LocalFileSystemWatcherSetRelativePaths Property |
Gets or sets a value indicating whether to set fully qualifed paths or a relative paths in LocalFileSystemWatcherEventArgs event instances.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool SetRelativePaths { get; set; }
Property Value
Type:
Booleantrue if relative paths are set; otherwise,
false.
See Also