Represents the deletion operations of the virtual file system.
public interface IVFSDeleteDerived
↳ IVirtualFileSystem
↳ VFS
| Methods | |
|---|---|
| DeleteDirectory(VFSDirectoryPath) | Deletes a directory node at the specified path. The path must be absolute. |
| DeleteFile(VFSFilePath) | Deletes a file node at the specified path. The path must be absolute. |
| Events | |
|---|---|
| DirectoryDeleted | Event triggered when a directory is deleted. |
| FileDeleted | Event triggered when a file is deleted. |