|
IniParser Constructor
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Opens the INI file at the given path and enumerates the values
in the IniParser.
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public IniParser(
string iniPath
)
Public Sub New (
iniPath As String
)
Dim iniPath As String
Dim instance As New IniParser(iniPath)
public:
IniParser(
String^ iniPath
)
new :
iniPath : string -> IniParser
Parameters
- iniPath
- Type: SystemString
Full path to INI file.
See Also