09-15-2023 09:12 AM
I have a labview code where i write an xml which i save after.
I then install this vi as an .exe on another pc and i want the .xml file to be created and saved in the same folder as the dll file. How can i do that?
09-15-2023 10:20 AM
Where comes the dll into play when creating an exe from your LabVIEW code?
09-15-2023 12:59 PM
sorry, i didn’t explain myself properly. The project is compiled as a dll and then the API are accessed via python script. how do i make it so that the code programmatically knows the path of the dll?
09-15-2023 02:24 PM
Current VIs path, in a loop remove one path element per iteration checking with File/Directory info if:
1) no error returned
AND
2) the path points to a directory