220
System Functions
Save
Mass Storage Make Directory (Remote Command Only)Mass Storage Move (Remote Command Only)Mass Storage Remove Directory (Remote Command Only)
Remote Command: :MMEMory:MDIRectory <directory_name>
Notes: The string must be a valid logical path.
Creates a new directory. The <directory_name> parameter specifies the name
to be created.
This command will generate an “access denied” error if the new directory
would be in a restricted folder (e.g., C:\Windows) and the current user does
not have Power User or Administrator privileges.
Initial S/W Revision: Prior to A.02.00
Remote Command: :MMEMory:MOVE <string>,<string>[,<string>,<string>]
Notes: The string must be a valid logical path.
Moves an existing file to a new file or an existing directory to a new directory.
Two forms of parameters are allowed. The first form has two parameters. In
this form, the first parameter specifies the source, and the second parameter
specifies the destination.
The second form has four parameters. In this form, the first and third
parameters specify the source. The second and fourth parameters specify the
directories. The first pair of parameters specifies the source. The second pair
specifies the destination. An error is generated if the source doesn’t exist or
the destination file already exists.
This command will generate an “access denied” error if the destination is a
restricted folder (e.g., C:\Windows) and the current user does not have Power
User or Administrator privileges.
Initial S/W Revision: Prior to A.02.00
Remote Command: :MEMMory:RDIRectory <directory_name>
Notes: The string must be a valid logical path.
Removes a directory. The <directory_name> parameter specifies the directory
name to be removed. All files and directories under the specified directory
shall also be removed.
This command will generate an “access denied” error if the folder is a
restricted folder (e.g., C:\Windows) or is in a restricted folder and the current
user does not have Power User or Administrator privileges.
Initial S/W Revision: Prior to A.02.00