Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.55 KB

File metadata and controls

24 lines (18 loc) · 1.55 KB

IVFSRename Interface

Represents the rename operations of the virtual file system.

public interface IVFSRename

Derived
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.