Represents the move operations of the virtual file system.
public interface IVFSMoveDerived
↳ 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. |