Click or drag to resize

IniAccess constructor

Constructor: loads the ini file into a dictionary for later queries.

Namespace: NetEti.FileTools
Assembly: NetEti.IniAccess (in NetEti.IniAccess.dll) Version: 1.0.0+1c058e2e1662afc6d0759c99cc29dbbe512579b9
Syntax
public IniAccess(
	
	string filePath
)

Parameters

filePath  String
Path and name of the ini file
Exceptions
ExceptionCondition
ArgumentExceptionInvalid filePath.
IOExceptionfilePath not found or no rights, etc.
See also