Flushini: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
(No difference)

Revision as of 16:48, 20 November 2005

Flushes the specified INI file to the hard disk. INI files are cached in memory, so you may want to do this to make sure that your INI is updated properly.

/flushini <filename>

See Also

Use /writeini to write to an ini file and /remini to delete items/sections from an ini file.

With $readini and $ini, you can read from an ini file.