Everything

build.Assemble.AssembleListFileOutputFolder


This property is for setting or referring to the folder for the output of assembly listing files. It is an assembly option for the active project. [CC-RH] [CC-RL]

[Specification format]

build.Assemble.AssembleListFileOutputFolder = folder

[Setting(s)]

Setting

Description

folder

Set the path to the folder for the output of assembly listing files as strings.

[Reference]

Path to the folder for the output of assembly listing files

[Detailed description]

-

This property is for setting or referring to the folder for the output of assembly listing files. It is an assembly option for the active project.

[Example of use]

>>>build.Assemble.AssembleListFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Assemble.AssembleListFileOutputFolder
>>>%ProjectDir%\Output_Vx.xx.xx
>>>