Class FileRenameEvent
� file rename event used notified by DirectoryWatcher
public class FileRenameEvent : FileEvent
- Inheritance
-
FileRenameEvent
- Inherited Members
Constructors
FileRenameEvent(string, string, string)
Initializes a new instance of the FileRenameEvent class.
public FileRenameEvent(string name, string fullPath, string oldFullPath)
Parameters
name
stringThe name.
fullPath
stringThe full path.
oldFullPath
stringThe old full path. (before rename)
Properties
OldFullPath
Gets the full path. (in case of rename)
public string OldFullPath { get; }
Property Value
- string
The full path. (in case of rename)
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.