Read and Write '.ini' Files
Read and parse .ini file to list
Write list to .ini file
Parse simple '.ini' configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured list can be used to write back to file after modifications.
Useful links