IniFile: DeleteSection

DeleteSection

Deletes an entire section from an INI file, including all key-value pairs.



 Public Sub DeleteSection(
	  ByRef Section As String )

Parameters

Section
[ByRef] String. The name of the section to be deleted from an INI file.

See Also

Project CorLib Overview

Class IniFile Overview