.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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