MMEMory:MOVE <file1,<file2>

 (Write-Only) Renames <file1> to <file2>. File extensions must be specified.

See MMEM:CDIR to learn how to set the active drive/folder and how to specify a drive/folder.

See ALL MMEM commands.

Relevant Modes

ALL

Parameters

 

<file1>

String - Drive, folder, filename, and extension of the file to be renamed. If unspecified, the active drive/folder is used.

<file2>

String - Drive, folder, filename, and extension of the new file.  If unspecified, the active drive/folder is used.

Examples

'Rename file from/to active drive/folder.

MMEM:MOVE "OldFile.sta", "NewFile.sta"

'Rename file from active drive/folder to USB drive.

MMEM:MOVE "OldFile.sta", "[USBDISK]:\NewFile.sta"

Query Syntax

Not Applicable

Default

Not Applicable


Last Modified:

23-Apr-2012

Major modifications