IniFile: GetSectionWriter

GetSectionWriter

Returns a IniResourceWriter used to create an entire section withing an INI file at once.



 Public Function GetSectionWriter(
	  ByRef Section As String ) As IniResourceWriter

Parameters

Section
[ByRef] String. The section to create using the writer.

Return Values

IniResourceWriter -  The IniResourceWriter used to create an entire section.

See Also

Project CorLib Overview

Class IniFile Overview

IniResourceWriter