Constructors: NewIniResourceWriter

NewIniResourceWriter

Initializes a new instance of IniResourceWriter with specified FileName and Section.



 Public Function NewIniResourceWriter(
	  ByRef FileName As String,
	  ByRef Section As String ) As IniResourceWriter

Parameters

FileName
[ByRef] String. The name of the ini file to be written to.
Section
[ByRef] String. The section within the ini file to be written to.

Return Values

IniResourceWriter -  A new instance of IniResourceWriter.

See Also

Project CorLib Overview

Class Constructors Overview