build.Compile.ListFileOutputFolder
|
This property is for setting or referring to the folder for the output of assembly listing files. It is a compile option for the active project. [CC-RH] [CC-RL]
[Specification format]
build.Compile.ListFileOutputFolder = folder
|
[Setting(s)]
|
|
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 a compile option for the active project. |
[Example of use]
>>>build.Compile.ListFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Compile.ListFileOutputFolder
%ProjectDir%\Output_Vx.xx.xx
>>>
|