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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string OldPath { get; }
Property Value
Type:
String
The old path.
See Also