MKDIR string{,ERR=lineref}
For BBj-specific information, see the MKDIR Verb.
The MKDIR verb creates a directory.
|
Parameter |
Description |
|
string |
Name and path of the new directory. |
|
ERR=lineref |
Branch to be taken if an error occurs during execution. |
Not all operating systems support multiple directories in the same manner. The MKDIR verb is provided primarily for utility use. See also the CHDIR and RMDIR verbs.
1000 MKDIR "/TEST",ERR=9500