MKDIR - DualBrain/bsharp GitHub Wiki

To create a subdirectory.

Syntax

MKDIR pathname

Comments

pathname is a string expression, not exceeding 63 characters, identifying the subdirectory to be created.

Example

MKDIR "C:SALES\JOHN"

Creates the subdirectory JOHN within the directory of SALES.