IVFSCreate.CreateFile(VFSFilePath,string).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Contracts.IVFSCreate
IVFSCreate.CreateFile(VFSFilePath, string) Method
Creates a file node at the specified path. The path must be absolute.
Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem CreateFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, string? content=null);
Parameters
filePath VFSFilePath
The path of the file node.
content System.String
The content of the file node.
Returns
IVirtualFileSystem
The file system.