Gets all ancestor paths from the current path up to the root.
public static System.Collections.Generic.IEnumerable<Atypical.VirtualFileSystem.Core.VFSDirectoryPath> GetAncestors(this Atypical.VirtualFileSystem.Core.VFSPath path);path VFSPath
The VFS path.
System.Collections.Generic.IEnumerable<VFSDirectoryPath>
Collection of ancestor paths from immediate parent to root.