LOTUSSCRIPT LANGUAGE


RmDir statement
Example

Removes a directory from the file system.

Syntax

RmDir path

Elements

path


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