LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing a DLL path from labview code

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?

0 Kudos
Message 1 of 4
(480 Views)

Where comes the dll into play when creating an exe from your LabVIEW code?

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 4
(458 Views)

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?

0 Kudos
Message 3 of 4
(438 Views)

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

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(425 Views)