FileNode.Content.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.FileNode
FileNode.Content Property
Gets the content of the file as a string. The encoding is in UTF-8.
public string Content { get; set; }
Implements Content