Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.61 KB

File metadata and controls

24 lines (18 loc) · 1.61 KB

IVFSMove Interface

Represents the move operations of the virtual file system.

public interface IVFSMove

Derived
IVirtualFileSystem
VFS

Methods
MoveDirectory(VFSDirectoryPath, VFSDirectoryPath) Moves a directory from one location to another.
MoveFile(VFSFilePath, VFSFilePath) Moves a file node from the source path to the destination path. Both paths must be absolute.
Events
DirectoryMoved Event triggered when a directory is moved.
FileMoved Event triggered when a file is moved.