Gets the absolute path of the parent directory with depth depthFromRoot. The root directory has a depth of 0. The depth of a file is the depth of its parent directory plus one. The depth of a directory is the depth of its parent directory plus one.
public Atypical.VirtualFileSystem.Core.VFSDirectoryPath GetAbsoluteParentPath(int depthFromRoot);depthFromRoot System.Int32
The depth of the parent directory from the root directory.
VFSDirectoryPath
The absolute path of the parent directory with depth depthFromRoot.
System.ArgumentOutOfRangeException
Thrown when the depth is negative.