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.

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.

Example

1000 MKDIR "/TEST",ERR=9500

See Also

Data Server Syntax

Verbs - Alphabetical Listing