Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.53 KB

File metadata and controls

24 lines (18 loc) · 1.53 KB

IVFSCreate Interface

Represents the creation operations of the virtual file system.

public interface IVFSCreate

Derived
IVirtualFileSystem
VFS

Methods
CreateDirectory(VFSDirectoryPath) Creates a directory node at the specified path. The path must be absolute.
CreateFile(VFSFilePath, string) Creates a file node at the specified path. The path must be absolute.
Events
DirectoryCreated Event triggered when a directory is created.
FileCreated Event triggered when a file is created.