M_Furcadia_Text_IniParser__ctor - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public IniParser(
string iniPath
)
VB
Public Sub New (
iniPath As String
)
VB Usage
Dim iniPath As String
Dim instance As New IniParser(iniPath)
C++
public:
IniParser(
String^ iniPath
)
F#
new :
iniPath : string -> IniParser
- iniPath
- Type: System.String
Full path to INI file.