PsIni
PsIni copied to clipboard
[Fix] No longer reading empty lines as keys
Import-Ini was taking into consideration empty lines, as key-value pairs.
This made exporting difficult, as the export function tried to write NoKey & NoValue into the output file.
This commit completely ignores empty lines, as they are of no interest when mapping a config file