Creates a file node at the specified path. The path must be absolute.
public 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.
Implements CreateFile(VFSFilePath, string)
IVirtualFileSystem
The file system.