FileNode.FileNode(VFSFilePath,string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.FileNode

FileNode(VFSFilePath, string) Constructor

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);

Parameters

filePath VFSFilePath

The path of the file.

content System.String

The content of the file.