MoveDirectory

Moves a file or directory and its content to a new storage location.

SYNTAX
MoveDirectory(sourceDirName, destDirName) 
ARGUMENTS

sourceDirName Path to the file or directory to move
destDirName Path to the new storage location for sourceDirName. If sourceDirName is a file, destDirName must also be a file name.