|
Add Folder
(ParentFolder, FolderName, BaseOnFolder)
|
Used to create a new folder. The folder in which the folder will be created is specified in the ParentFolder parameter.
The FolderName parameter determines the name of a folder. If this parameter is skipped (empty), the user will see a dialog window proposing to choose the folder name.
In the BaseOnFolder parameter you can specify the name of a folder from which all folder properties will be copied: icon, colour, style of displaying and so on.
RETURN VALUE: Returns 1 if folder has been created; otherwise 0 is returned.
|