RootNode.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

RootNode Class

Represents the root directory of the virtual file system.

public record RootNode : Atypical.VirtualFileSystem.Core.DirectoryNode, Atypical.VirtualFileSystem.Core.Contracts.IRootNode, Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode, Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode, System.IEquatable<Atypical.VirtualFileSystem.Core.RootNode>

Inheritance System.Object ๐Ÿก’ VFSNode ๐Ÿก’ DirectoryNode ๐Ÿก’ RootNode

Implements IRootNode, IDirectoryNode, IVirtualFileSystemNode, System.IEquatable<RootNode>

Constructors
RootNode()Initializes a new instance of the RootNode class.
Methods
ToString()Returns a string that represents the current object. For RootNode this is always the constant string <cref see="ROOT_PATH" />.