MKDIR Verb - Make Directory
Syntax
MKDIR string{,ERR=lineref}
Description
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. |
Example
1000 MKDIR "/TEST",ERR=9500