enableFolder (Database - Java)

Ensures that a folder exists, creating it if necessary.

Defined in

Database

Syntax

public void enableFolder(String folder)
    throws NotesException

Parameters

String folder

The name of the folder.

Usage

If the folder exists, this method does nothing. If the folder does not exist, this method creates it.