Furcadia Framework For Third Party Programs
IniParser Constructor |
[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 44
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