Creates a directory node at the specified path. The path must be absolute.
public Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem CreateDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath);directoryPath VFSDirectoryPath
The path of the directory node.
Implements CreateDirectory(VFSDirectoryPath)
IVirtualFileSystem
The file system.