07-17-2024 11:50 AM
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?
Solved! Go to Solution.
07-17-2024 03:04 PM
There is one VI available which seems to do the job:
\resource\Framework\Providers\MessageRescripter\Support\Resolve Symbolic Path.vi
(this is a obsolete method)
or use
this method does not resolve all symbolic paths like "<lvproj>"
07-17-2024 04:40 PM
Try this.