08-01-2016 01:55 PM
Is there a way to programmatically determine the log file path entered inth the "Generated buld log file" option of a source distribution?
08-01-2016 02:08 PM
08-01-2016 02:28 PM
Looks like there's a "Bld_userLogFile" property that holds a relative path from the project file path.
I also found a Get User Log Path.vi under
C:\Program Files (x86)\National Instruments\LabVIEW 2015\vi.lib\AppBuilder\AB_API\Build
Which is probably doing the same thing (Reading the project).
Thanks for the clue!
XL600