This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| Windows-only module for reading from / updating INI files, via the Windows API. | |
| You can either: | |
| * download this script module (IniFileHelper.psm1) and use Import-Module to import it into a session; | |
| If you place it in a subdirectory named IniFileHelper in in one of the directories listed in $env:PSModulePath, | |
| it will automatically be available in future sessions. | |
| * for ad-hoc use, download the code and create a dynamic, transient module for the |