IFileNode.md
June 4, 2025 · View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Contracts
IFileNode Interface
Represents a file in a virtual file system. This is the base interface for all file types.
public interface IFileNode : Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode
Derived
↳ BinaryFileNode
↳ FileNode
↳ IBinaryFileNode
Implements IVirtualFileSystemNode
| Properties | |
|---|---|
| Content | Gets the content of the file as a string. The encoding is in UTF-8. |