02-27-2020 07:26 AM
Did anyone actually answer the simple question "How can I get the path of a VI used in LabVIEW project?"
Seems like it you should be able to do it from any decent coding environment without running code.
02-27-2020 07:29 AM
In the Items view of your project, highlight the vi, right-click, and select Show in Files View.
02-27-2020 07:31 AM
Or from in the VI. Go to File, VI properties, and it is listed in the "General" section.
02-27-2020 07:55 AM
In the project explorer open the menu entry "Project" and click "Show Item Paths".
02-27-2020 08:15 AM
02-28-2020 04:43 AM
02-29-2020 05:36 PM
Open the Project. You should see a list of all the VIs, right? In the Menu Bar, click on "Project", and check "Show Item Paths". A column will appear showing the path of all of the VIs (and controls, and other things) in your Project. [I'm assuming you are asking how to find the file paths while programming, not while running the code. You can also find the path to the VI at run time using a Property Node, "VI Path" ...].
Bob Schor