Difference between revisions of "Flushini"

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

Revision as of 14:02, 29 June 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

  • 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.