Unicode Controls & Classes for VB6 - Version 4

clsFileIni.IniFile Property

Gets or sets the .ini file to manage

Syntax
Public Property Get IniFile () As String
Public Property Let IniFile (ByRef s As String)
Parameters
Parameter Description
ByRef s As String The complete path of the .ini file
Remarks