RemoveFromFolder (NotesDocument - LotusScript®)

Removes a document from the specified folder.

Defined in

NotesDocument

Syntax

Call notesDocument .RemoveFromFolder( folderName$ )

Parameters

folderName$

String. The name of the folder from which to remove the document. The folder may be personal if the script is running on a workstation. If the folder is within another folder, specify a path to it, separating folder names with backward slashes, for example, "Vehicles\Bikes".

Usage

The method does nothing if the document is not in the folder you specify, or if the folder you specify does not exist.

Example