MkDir statement (LotusScript® Language)

Creates a directory.

Syntax

MkDir path

Elements

path

A string expression whose value is the name of the directory you want to create.

Usage

A drive letter in path is optional. If it is not included, the current drive is used. Relative pathnames may also be used.

Use the path syntax for the platform on which you are running LotusScript®. The maximum allowable length of the path string varies with the platform.

LotusScript® generates an error if the directory cannot be created.

Example