M_Furcadia_Text_IniParser__ctor - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

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 43

Syntax

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

Parameters

 

iniPath
Type: System.String
Full path to INI file.

See Also

Reference

IniParser Class
Furcadia.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️