lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

Remove the need for delimiters from certain parameters #31

Closed seanjseymour closed 7 years ago

seanjseymour commented 7 years ago

Changed several functions to remove the need for explicit delimiters. Also Removed [ValidateNotNullOrEmpty()] from Out-IniFile since some uses in our environment may end up removing the last remaining section of an ini, resulting in an empty ini object getting passed to Out-IniFile.