Click or drag to resize

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
)

Parameters

iniPath
Type: SystemString
Full path to INI file.
See Also