Click or drag to resize

INIReaderInstance Method (String)

Get instance of the "ini"-reader singleton and load the "ini"-file from the given path if not already done.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static INIReader Instance(
	string path
)

Parameters

path
Type: SystemString
File-path.

Return Value

Type: INIReader

[Missing <returns> documentation for "M:Karamba.Utilities.INIReader.Instance(System.String)"]

See Also