Move
Moves a file from one location to another.
Public Sub Move(
ByVal SourceFileName As String,
ByVal DestinationFileName As String )
Parameters
- SourceFileName
-
[ByVal]
String.
The file to be moved.
- DestinationFileName
-
[ByVal]
String.
The location and filename the file is to be moved to.
Remarks
See Also
Project VBCorLib Overview
| Class File Overview