.

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

FORMULA LANGUAGE


CreateFolder @Command
Displays the Create Folder dialog box, which lets you choose a location for a new folder and create it.

Syntax

@Command( [CreateFolder] )

Usage

A database must be open or selected on the workspace, and the user must have at least Designer access to the database, or have permission in the ACL to create personal folders.

This command does not work on the Web.

Language cross-reference

EnableFolder method of LotusScript NotesDatabase class

enableFolder method of Java Database class

PutInFolder method of LotusScript NotesDocument class

putInFolder method of Java Document class

See Also