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