Tries to get the directory node at the specified directory path.
public bool TryGetDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath, out Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode directoryNode);directoryPath VFSDirectoryPath
The directory path.
directoryNode IDirectoryNode
The directory node.
System.Boolean
true if the directory node exists; otherwise, false.