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