Squirrel/Server/Functions/Ini/DeleteIniSection

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function removes a whole section from an .ini file. == Syntax == <code>bool DeleteIniSection( string file, string section )</code> == Arguments == * '''file''' - The nam...)

Revision as of 01:24, 27 November 2009

This function removes a whole section from an .ini file.

Syntax

  1. bool DeleteIniSection( string file, string section )

Arguments

  • file - The name of the .ini file
  • section - The section which should be deleted

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes here

Related Functions

These functions are provided by the official module lu_ini.

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox