One or more folders are created.
Optional: Creates a hierarchy of folders if they do not exist.
This method is only available in EPM Workspace and does not apply to the desktop.
Example using makeFolder:
objRep.makeFolder(strPath, strDesc, blnRecursive)
Parameter | Description |
---|---|
strPath | The path that describes the folder to be created |
strDesc | Optional: The description to be added to the repository for the path |
blnRecursive | Optional: If this is set to true and the full parent sub-folders do not exist above the lowest node in the path, then folder creation starts at the first missing node and continues until all sub-folders in the path are created |