Renames a directory node at the specified path. The path must be absolute.
Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem RenameDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath, string newDir);directoryPath VFSDirectoryPath
The path of the directory node.
newDir System.String
The new name of the directory node.
IVirtualFileSystem
The file system.