IVFSCreate.md

June 4, 2025 · View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Contracts

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
DirectoryCreatedEvent triggered when a directory is created.
FileCreatedEvent triggered when a file is created.