Initializes a new instance of the FileNode class. Creates a new file node. The file is created with the current date and time as creation and last modification date.
public FileNode(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, string? content=null);filePath VFSFilePath
The path of the file.
content System.String
The content of the file.