Everything

build.Link.OutputFolder


This property is for setting or referring to the folder for the output of the results of linkage of the object files from the active project. It is a linker option for the active project.

[Specification format]

build.Link.OutputFolder = folder

[Setting(s)]

Setting

Description

folder

Set the path to the folder for the output of the results of linkage of the object files from the active project as strings.

[Reference]

Path to the folder for output

[Detailed description]

-

This property is for setting or referring to the folder for the output of the results of linkage of the object files from the active project. It is a linker option for the active project.

[Example of use]

>>>build.Link.OutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Link.OutputFolder
%ProjectDir%\Output_Vx.xx.xx
>>>