Jump to content

Symbolic path

From LabVIEW Wiki
Revision as of 18:56, 2 May 2007 by Jim kring (talk | contribs) (New page: When files are located beneath the following special folders: {| class="wikitable" |- ! description ! path |- | User Libraries | <LabVIEW>\user.lib |- | NI Libraries and Addons | <LabVIEW...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When files are located beneath the following special folders:

description path
User Libraries <LabVIEW>\user.lib
NI Libraries and Addons <LabVIEW>\vi.lib
Instrument Drivers <LabVIEW>\instr.lib

Callers that link to these files will link to them using a psuedopath, rather than an absolute or relative path. The psuedopath will be relative to the special folder:

For example, if you have a VI located in the following location:

<LabVIEW>\user.lib\_OpenG.lib\array\array.llb\Conditional Auto-Indexing Tunnel__ogtk.vi

Callers will link to this VI using the following psuedopath:

<userlib>\_OpenG.lib\array\array.llb\Conditional Auto-Indexing Tunnel__ogtk.vi

The following are valid psuedopaths:

psuedopath path
<userlib> <LabVIEW>\user.lib
<vilib> <LabVIEW>\vi.lib
<instrlib> <LabVIEW>\instr.lib