I am facing some challenge to read Project's build specification list and some properties of build specs (Ex. Destination Path).
Is there a good way to do this, VI scripting?
If you use some internal VIs from Application Builder, I believe you can accomplish your goal.
I used my VIKit tool VIQueryBuildSpecs as a starting point to show how:
The internal Application Builder VIs are located here: vi.lib\AppBuilder\AB_API\Build
:
While this works for most output target types, the only way I see to get this information for a zip file target is using Preview.vi
instead of Get Primary Destination Path.vi
, but it takes much longer since a preview is generated.