Directory: Move

Move

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



 Public Sub Move(
	  ByVal SourceDirectory As String,
	  ByVal DestinationDirectory As String )

Parameters

SourceDirectory
[ByVal] String. The directory to be moved.
DestinationDirectory
[ByVal] 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 VBCorLib Overview Class Directory Overview Directory Properties Directory Methods GetParent SetCreationTime