LabVIEW configuration file/Paths: Difference between revisions
Appearance
New page: Placeholder for LabVIEW_ini_File.Paths |
No edit summary |
||
Line 1: | Line 1: | ||
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.