VFSNode.VFSNode(VFSPath).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSNode
VFSNode(VFSPath) Constructor
Initializes a new instance of the VFSNode class. This constructor is used by derived classes.
protected VFSNode(Atypical.VirtualFileSystem.Core.VFSPath path);
Parameters
path VFSPath
The path of the node.