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; }VFSPath
The full path of the node.