Description

Adds a new database folder to the Current Mcdbnode.

Return Type

A String value.   The name of the folder or a Null string for failure

Syntax

object.AddFolder ([sName])

The AddFolder Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodes.
sNameOptional. A String value. The name of the new folder

Remarks

The selection is ignored. The Current must be a Folder itself.
'New Folder' will be used when sName is Not given
CheckNodeName() is called internally and the sName may be changed.