INI DLL
Posted by Kyle_Solo on May 15, 2008
INI DLL lets you:
1. Edit multiple INI files at once
2. Edit INI files in any folder
3. Does it faster than any other system (including Game Maker!)
» Add a Screenshot
Functions:
ini_key_deletex(fname,section,key)
Deletes the key
ini_key_existsx(fname,section,key)
Returns true if the key exists
ini_section_deletex(fname,section)
Deletes the section
ini_section_existsx(fname,section)
Returns true if the section exists
ini_read_doublex(fname,section,key,default)
Reads a double from the ini
Returns a double
ini_read_intx(fname,section,key,default)
Reads an int from the ini
Returns an int
ini_read_stringx(fname,section,key,default)
Reads a string from the ini
Returns a string
ini_write_doublex(fname,section,key,value)
Writes a double to the ini
ini_write_intx(fname,section,key,value)
Writes an int to the ini
ini_write_stringx(fname,section,key,value)
Writes a string to the ini
You not logged on! It is recommended you logon before commenting so we can tell who you are!