Try to get a directory node by its path.
The path must be absolute.
If the directory node does not exist, this method returns false
and directory is set to null.
bool TryGetDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath, out Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode? directory);directoryPath VFSDirectoryPath
The path of the directory node.
directory IDirectoryNode
The directory node.
System.Boolean
true if the directory node exists; otherwise, false.