Name Instruction
Syntax
Group
Description
Rename file OldName$ as NewName$.
Parameters |
Description |
This string value is the path and name of the file. A path relative to the current directory can be used. |
|
This is the new file name (and path). A path relative to the current directory can be used. |
Example
Sub Main
Name "AUTOEXEC.BAK" As "AUTOEXEC.SAV"
End Sub