Commands Listed in Alphabetical Order
Related Commands
FILESystem:CW
D, FILESystem:MKDir
Arguments
None
Examples
FILESYSTEM:DIR? returns a list of files a nd directories in the current working
directory.
FILESystem:MKDir (No Query Form)
This command ( no query form) creates a new directory.
Group
File System
Syntax
FILESystem:MKDir <directory path>
Related Commands
FILESystem:CWD, FILESystem:DIR?
Arguments
<directory path> is a quoted string that specifies the directory to create.
Examples
FILESYSTEM:
MKDIR "C:\NewDirectory"
creates the directory named
NewDirectory at the root of the C drive.
These two co
mmands create the directory MyNewSubDirectory within the
existing directory MyDirectory at the root of the C drive:
FILESYSTE
M:CWD " C:\MyDirectory" ; FILESYSTEM:MKDIR
"MyNewSubDirectory"
This, of c
ourse, assumes that C:\MyDirectory already existed and was not a
read-only directory.
FILESystem:PRInt (No Query Form)
This command (no query form) prints a named file to a named port. This
command is the same as the FILESystem:READFile command.
DPO7000, DPO70000/B and DSA7000/B Series Programmer Manual 2-221