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