Checks if the path is at a specific depth.
public static bool IsAtDepth(this Atypical.VirtualFileSystem.Core.VFSPath path, int depth);path VFSPath
The VFS path.
depth System.Int32
The depth to check.
System.Boolean
True if the path is at the specified depth.