Difference between revisions of "Flushini"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 18: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.