Directory: Move

Move

Moves a directory and all of its contents to another location.



 Public Sub Move(
	  ByRef SourceDirName As String,
	  ByRef DestDirName As String )

Parameters

SourceDirName
[ByRef] String. The directory to be moved.
DestDirName
[ByRef] String. The directory to be moved to.

Remarks

The destination directory is the source directory renamed after the moving of the source directory.

See Also

Project CorLib Overview

Class Directory Overview