CAMFolders.addFolder Method

Parent Object: CAMFolders

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


Defined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMFolders.h>

Description

Creates a folder with the specified name and returns it as CAMFolder object.

Syntax

"cAMFolders_var" is a variable referencing a CAMFolders object.
returnValue = cAMFolders_var.addFolder(name)
"cAMFolders_var" is a variable referencing a CAMFolders object.

#include <Cam/CAM/CAMFolders.h>

returnValue = cAMFolders_var->addFolder(name);

Return Value

Type Description
CAMFolder Returns the newly created folder or null if folder can't be created.

Parameters

Name Type Description
name string The name (as it appears in the browser) of the folder.

Version

Introduced in version January 2024