Difference between revisions of "Flushini"
From Scriptwiki
m |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== See Also == | == See Also == | ||
− | + | * [[Writeini|/writeini]] to write to an ini file. | |
− | + | * [[Remini|/remini]] to delete items/sections from an ini file. | |
− | + | * [[$readini]] and [[$ini]] to read from an ini file. | |
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Ini]] | [[Category:Ini]] |
Latest revision as of 09:12, 2 July 2007
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>