FILESystem:MKDir
Creates a folder at the specified location. Command only, no query form.
Group
File system
Syntax
FILESystem:MKDir <directory path>
Related commands
FILESystem:CWD on page 126, FILESystem:DIR? on page 128
Arguments
<directory path> is a quoted string that defines the location and name of the
directory to create. If you do not specify a path to the directory, the instrument
creates the directory in the current working directory. The current directory refers
to the name of a directory as returned by the FILESystem:CWD query.
Directory names must follow the same rules as file names. File System
Conventions on page 19
Examples
FILESYSTEM:MKDIR " USB0/NewDirectory" creates the directory named
NEWDIRECTORY at the root of the E drive.
The following two commands create the directory MYNEWSUBDIRECTORY
within the existing directory mydirectory at the root of the USB0 drive:
FILESYSTEM:CWD " USB0/MyDirectory";:FILESYSTEM:MKDIR
"MyNewSubDirectory" This assumes that USB0/MYDIRECTORY already
existed and was not a read-only directory.
F commands
130 TBS2000 Series Programmer