Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.5 KB

File metadata and controls

24 lines (18 loc) · 1.5 KB

IVFSDelete Interface

Represents the deletion operations of the virtual file system.

public interface IVFSDelete

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