Jump to content

INI: Difference between revisions

From LabVIEW Wiki
New page: An initialization file, or INI file, is a configuration file that contains configuration data (i.e. idiom terms) for Microsoft Windows based applications. LabVIEW can write and read INI f...
 
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
*[[LabVIEW configuration file]]
*[[LabVIEW configuration file]]
*[[Custom LabVIEW configuration file]]
*[[Custom LabVIEW configuration file]]
== External Links ==
* [http://en.wikipedia.org/wiki/INI_file "INI file" on Wikipedia]
[[category:File IO]]

Latest revision as of 10:17, 8 October 2007

An initialization file, or INI file, is a configuration file that contains configuration data (i.e. idiom terms) for Microsoft Windows based applications.

LabVIEW can write and read INI files using the Configuration File VIs.

LabVIEW uses an INI file to store configuration information on the Windows platform related to the LabVIEW development environment. Since LabVIEW is a multiplatform development environment, configuration information is stored in various formats. For more information see:

External Links