LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clean way to convert vi.lib (and similar) paths to abolute paths.

Solved!
Go to solution

I'm working on some dependency scraping and I have some paths that look like "<vilib>:\Palette API\Read Palette.vi", "<userlib>:\_OpenG.lib\appcontrol\appcontrol.llb\Current VIs Parents Ref__ogtk.vi", "<extravilib>:\ChannelInstances\Messenger-c(bool,str)\Write.vi" and so on. Is there a way to resolve all of these to absolute paths without scanning for the "<.+>:" token and mapping it to the appropriate file path constant?

0 Kudos
Message 1 of 3
(261 Views)
Solution
Accepted by topic author avogadro5

There is one VI available which seems to do the job:

\resource\Framework\Providers\MessageRescripter\Support\Resolve Symbolic Path.vi

 

Symbolic Path - LabVIEW Wiki

(this is a obsolete method)

 

or use

 

snip.png

this method does not resolve all symbolic paths like "<lvproj>"

Message 2 of 3
(226 Views)
Solution
Accepted by topic author avogadro5
0 Kudos
Message 3 of 3
(210 Views)