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: |
| object | An expression evaluating to an object of type McDataNodes. | | sName | Optional. 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.
|