FileInfo: MoveTo

MoveTo

Moves this file to a new location.



 Public Sub MoveTo(
	  ByRef DestFileName As String )

Parameters

DestFileName
[ByRef] String. The new location and name of the file.

Remarks

The new location must be on the same volume as the source filename.

See Also

Project CorLib Overview

Class FileInfo Overview