LocalFileSystemWatcherEventArgsOldPath Property |
Gets the previous fully qualified path or a relative path of the affected file or directory.
The LocalFileSystemWatcher SetRelativePaths property value determines if relative paths are used.
Only set in the case of Renamed event type.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public string OldPath { get; }
Property Value
Type:
String
The old path.
See Also