Flushini

From Scriptwiki
Revision as of 18:48, 20 November 2005 by Doomie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.