MMEMory:MOVE
Syntax
MMEMory:MOVE <file1>,<file2>
Description
This command moves and/or renames <file1> to <file2>. The file names must include the file extension.
Remarks
l The format for <file1> and <file2> is "[[<drive>:]<path>]<file_name>", where <drive> can be INTernal or
USB, and <path> is a file path.
o
INTernal specifies the internal flash file system. USB specifies a front panel USB storage device.
o
If <drive> is specified, <path> is interpreted as an absolute folder path. Absolute paths begin with a "\"
or "/" and start at the root folder of <drive>.
o
If <drive> is omitted, <path> is relative to the folder specified by the MMEMory:CDIRectory command.
Relative paths must not begin with "\" or "/".
o
Folder and file names cannot contain the following characters: \ / : * ? " < > |
o
The combination of folder and file name cannot exceed 240 characters.
o
The destination folder must exist and cannot be marked as hidden or system.
o
If the destination file exists, it will be overwritten, unless marked as a hidden or system file.
l To simply rename a file, specify the same folder for both <file1> and <file2>.
l To move a file to a file of the same name in a different folder, you can specify just the <drive>:<path> for
<file2>.
Examples
The following example moves the state file MyFreqMeas.sta from the currently selected default directory
to the folder "Backup" on the internal flash file system.
MMEM:MOVE "MyFreqMeas.sta","INT:\Backup"
See Also
MMEMory:CDIRectory
MMEMory:COPY
Keysight 53220A/53230A Programmer's Reference 305
MMEMory:MOVE