RmDir statement (LotusScript® Language)

Removes a directory from the file system.

Syntax

RmDir path

Elements

path

A String expression specifying the path of the directory you want to remove.

Usage

The maximum length of path depends on the platform you are using.

If the directory named by path is not empty, RmDir generates an error.

Example