ScriptInput.targetFolder Property
Parent Object: ScriptInputDefined in namespace "adsk::core" and the header file is <Core/Application/ScriptInput.h>
Description
The full path to the folder where the script or add-in will be created. By default, this is an empty string which uses the default folder specified by the "Default Path for Scripts and Add-Ins" preference. Specifying a path overrides the default and will create the script or add-in in the specified location. No "Scripts" or "AddIns" sub-folder is created.
Syntax
"scriptInput_var" is a variable referencing a ScriptInput object.
|