|
MKDIRName:
For Unix/Linux/MacOS systems, the MKDIR command issues a
command to the operating system. For Windows systems, the MKDIR command issues an
command to the operating system. The string that follows the MKDIR on the command line is passed to the operating system as is. Dataplot does no error checking of this string. This is a system dependent command. It is currently supported for Unix/Linux/MacOS and Windows platforms.
where <file-list> is a string containing a list of one or more directories to create.
MKDIR tmp MKDIR macros tmp
The motivation for adding this as a separate command is to allow the capability to be implemented in an operating system independent way. This can be useful when writing general purpose macros that may be used on different operating systems.
SKIP 25 READ BERGER1.DAT Y X . MKDIR PLOT_FILES SET POSTSCRIPT CONVERT PDF SET IPL1NA PLOT_FILES/PLOT.PS . CHARACTER X LINE BLANK PLOT Y X
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 09/13/2019 |