Everything

build.HexOutput.OutputFolder


This property is for setting or referring to the folder for hexadecimal output. It is a hexadecimal output option for the active project.

[Specification format]

build.HexOutput.OutputFolder = folder

[Setting(s)]

Setting

Description

folder

Set the path to the folder for hexadecimal output as strings.

[Reference]

Path to the folder for hexadecimal output

[Detailed description]

-

This property is for setting or referring to the folder for hexadecimal output. It is a hexadecimal output option for the active project.

[Example of use]

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