Specifications

Command Descriptions
2- 134
TDS3000, TDS3000B, and TDS3000C Series Programmer Manual
<new file path> is a quoted string that defines the new name of the file. Input
the file path using the form <drive>/<dir>/<filename>. <drive> and one or
more <dir>s are optional. If you do not specify them, the oscilloscope will place
the newly named file in the current directory.
The current directory refers to the name of a directory as returned by the
FILESystem:CWD query.
FILESYSTEM:RENAME “TEK00000.SET”,“MYSET.SET”
gives the file named TEK00000.SET the new name of MYSET.SET. The file
remains in the current directory.
FILESystem:RMDir (Set Only)
Deletes a named directory.
File System
FILESystem:RMDir <directory path>
<directory path> is a quoted string that defines the directory. Input the
directory using the form <drive>/<dir>/<directory name>. <drive> and one
or more <dir>s are optional. If you do not specify them, the oscilloscope will
delete the directory in the current directory. <directory name> stands for a
directory name of up to 8 characters and can be followed by a period (.) and a
3-character extension.
FILESYSTEM:RMDIR “NEATPICS”
deletes the directory named NEATPICS in the current directory.
Examples
Group
Syntax
Arguments
Examples