This ASP component provides a comprehensive set of functions for reading, editing and creating Windows INI files. There are also some file utilities included.
Features:
- Use INI files to store application data on your web site.
- Read and write functions for all the major data types.
- All the sections in the file, or all keys in a section can be returned as "collections".
- Sample application included shows how to store style data in an INI file.
- File utilities include copy, delete and append to text file.
The csIniFile component provides a quick and easy interface to access INI files from an ASP script. Simply set the FileName property and then you can read or write key values as required.
There are many ways of storing application data, including raw text files, session variables, application variables and databases. They all have advantages and disadvantages. With csIniFile, you can add INI files to your toolkit as well.