LOTUSSCRIPT LANGUAGE


MkDir statement
Example

Creates a directory.

Syntax

MkDir path

Elements

path


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
See Also