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);filePath VFSFilePath
The path of the file node.
content System.String
The content of the file node.
IVirtualFileSystem
The file system.