Filters directories by path depth.
public static System.Collections.Generic.IEnumerable<Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode> AtDepth(this System.Collections.Generic.IEnumerable<Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode> directories, int depth);directories System.Collections.Generic.IEnumerable<IDirectoryNode>
The directories to filter.
depth System.Int32
The exact depth to filter by.
System.Collections.Generic.IEnumerable<IDirectoryNode>
Directories at the specified depth.