IVirtualFileSystemNode.Path.md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode
IVirtualFileSystemNode.Path Property
Gets the full path of the node. The path is the path from the root of the file system to the node. For example, the path of the node with the path "./temp/file.txt" is "./temp/file.txt". The path of the node with the path "./temp/" is "./temp/".
Atypical.VirtualFileSystem.Core.VFSPath Path { get; }
Property Value
VFSPath
The full path of the node.