01-30-2014 05:54 AM
Hi,
I have a VI which calls a few subVIs and dlls. How to see the paths of all VIs and dlls called by my calling VI?
Can I see these paths programatically?
I'd like to know as well is the path to the sub-files stored as revative or absolute?
Using OpenG didn't give expected results: http://forums.ni.com/t5/LabVIEW/SubVIs-calling-Absolute-or-relative-paths/m-p/936910
Thanks
K.
02-03-2014 10:37 AM
Try this:
That will get the paths to all the VIs. It will not get the dlls. I'm not sure how to do that.