|
Script Category : Java
Script Sub Category : Applications
JIniFile stores and retrieves application-specific information and settings from INI files. JIniFile enables handling the storage and retrieval of application-specific information and settings in a standard INI file. The INI file text format is a standard introduced in Windows 3.x for storing and retrieving application settings from session to session. An INI file stores information in logical groupings, called "sections." A FileName is passed to the JIniFile constructor and identifies the INI file that the object accesses.
|
|
|