readIniFile: Read a INI file
Description
Read a INI file
Usage
readIniFile(file, stringsAsFactors = FALSE)
Value
A list with an element for each section of the .ini file.
Arguments
- file
file path.
- stringsAsFactors
logical: should character vectors be converted to factors?