Represents the rename operations of the virtual file system.
public interface IVFSRenameDerived
↳ IVirtualFileSystem
↳ VFS
| Methods | |
|---|---|
| RenameDirectory(VFSDirectoryPath, string) | Renames a directory node at the specified path. The path must be absolute. |
| RenameFile(VFSFilePath, string) | Renames a file node at the specified path. The path must be absolute. |
| Events | |
|---|---|
| DirectoryRenamed | Event triggered when a directory is renamed. |
| FileRenamed | Event triggered when a file is renamed. |