TDS5000B Online Programmer Guide
-- 2 9 7 --
FILESystem:MKDir
Description
This command (no query form) creates a new directory.
Group
File System
Related Commands
FILESystem:CWD, FILESystem:DIR?
Syntax
FILESystem:MKDir <directory path>
Arguments
H <directory path>
This is a quoted string that specifies the directory to create
Example 1
FILESystem:MKDir ”C:\NewDirectory”
This command creates the directory named NewDirectory at the
root of the C drive.
Example 2
FILESystem:CWD ”C:\MyDirectory”
FILESystem:MKDir ”MyNewSubDirectory”
These two commands create the directory MyNewSubDirectory within
the existing directory MyDirectory at the root of the C drive. This, of
course, assumes that C:\MyDirectory already existed and was not a
read--only directory.