Jump to content

LabVIEW configuration file/Paths: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
New page: Placeholder for LabVIEW_ini_File.Paths
 
Crelf (talk | contribs)
No edit summary
Line 1: Line 1:
Placeholder for LabVIEW_ini_File.Paths
This is a list of LabVIEW ini File settings relating to Paths.
 
== libdir ==
[code]libdir="C:\Program Files\National Instruments\LabVIEW 8.2\"[/code]
Short Description: Library Directory
Datatype: Path
Permitted Values: Any existing disk path
Default Value: The installed LabVIEW folder
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x
OS's Supported: Windows, Mac, Linux, Sun
Long Description: None.
 
== tmpdir ==
[code]tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp"[/code]
Short Description: Temporary Directory
Datatype: Path
Permitted Values: Any existing disk path
Default Value: The OS-reported temporary folder (as read from the "TMP" environment variable)
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x
OS's Supported: Windows, Mac, Linux, Sun
Long Description: None.

Revision as of 22:13, 4 May 2007

This is a list of LabVIEW ini File settings relating to Paths.

libdir

[code]libdir="C:\Program Files\National Instruments\LabVIEW 8.2\"[/code] Short Description: Library Directory Datatype: Path Permitted Values: Any existing disk path Default Value: The installed LabVIEW folder LabVIEW Versions: 5.x, 6.x, 7.1, 8.x OS's Supported: Windows, Mac, Linux, Sun Long Description: None.

tmpdir

[code]tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp"[/code] Short Description: Temporary Directory Datatype: Path Permitted Values: Any existing disk path Default Value: The OS-reported temporary folder (as read from the "TMP" environment variable) LabVIEW Versions: 5.x, 6.x, 7.1, 8.x OS's Supported: Windows, Mac, Linux, Sun Long Description: None.