File: Move

Move

Moves a file from one location to another.



 Public Sub Move(
	  ByRef SourceFileName As String,
	  ByRef DestFileName As String )

Parameters

SourceFileName
[ByRef] String. The file to be moved.
DestFileName
[ByRef] String. The location and filename the file is to be moved to.

See Also

Project CorLib Overview

Class File Overview