github lipkau/PsIni v1.1.0
PsIni v1.1.0

latest releases: v3.1.2, v3.0.0, v2.0.8...
8 years ago

This release brings new parameters to the functions:

  • Get-IniContent
    • CommentChar: Specify what characters should be describe a comment.
      Lines starting with the characters provided will be rendered as comments.
      Default: ";"
    • IgnoreComments: Remove lines determined to be comments from the resulting dictionary.
  • Out-IniFile
    • Loose: Adds spaces around the equal sign when writing the key = value

In addition, the Hashtable now preserves the order as in the InputFile

Don't miss a new PsIni release

NewReleases is sending notifications on new releases.