Difference between revisions of "Flushini"

From Scriptwiki
Jump to: navigation, search
m (last one of these for now, gonna play tontie...)
m
 
Line 3: Line 3:
  
 
== See Also ==
 
== See Also ==
* Use [[Writeini|/writeini]] to write to an ini file and [[Remini|/remini]] to delete items/sections from an ini file.
+
* [[Writeini|/writeini]] to write to an ini file.
* With [[$readini]] and [[$ini]], you can read from 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 10: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>

See Also