Moves a directory from one location to another.
public Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem MoveDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath sourceDirectoryPath, Atypical.VirtualFileSystem.Core.VFSDirectoryPath destinationDirectoryPath);sourceDirectoryPath VFSDirectoryPath
The source directory path.
destinationDirectoryPath VFSDirectoryPath
The destination directory path.
Implements MoveDirectory(VFSDirectoryPath, VFSDirectoryPath)
IVirtualFileSystem
The virtual file system.