Tektronix TLS 216 Hunting Equipment User Manual


 
Command Descriptions
2–120
TLS 216 Programmer Manual
FILESystem:CWD <directory path>
FILESystem:CWD?
<directory path>
?
<Space>
:
FILESystem
CWD
<directory path> is a quoted string defining the complete path to a valid
directory, residing on the file system disk.
FILESYSTEM:CWD fd0:/MYDIR"
will define FD0:/MYDIR as the current directory.
FILESYSTEM:CWD?
might return FD0:/MYDIR", if that was the current directory.
FILESystem:DELEte (No Query Form)
Deletes a named file.
File System
FILESystem:DELEte <file path>
:
DELEte
FILESystem
<file path>
<Space>
<file path> is a quoted string that defines the file name and path. 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 logic scope will delete the
file in the current directory. <filename> stands for a filename of up to 8
characters and can be followed by a period (“.”) and a 3-char extension. You can
also use the inclusive filename *.* to delete all files.
FILESYSTEM:DELETE NOT-MINE.SET"
deletes the file named NOT-MINE.SET on the default drive.
FILESYSTEM:DELETE *.*"
deletes all the files in the default directory on the default drive.
Syntax
Arguments
Examples
Group
Syntax
Arguments
Examples