Gets a directory node by its path. The path must be absolute.
Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode GetDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath);directoryPath VFSDirectoryPath
The path of the directory node.
IDirectoryNode
The directory node.