CleanCode PowerShell Libraries v1.2.08 API: CleanCode » FileTools » Get-IniFile
Name of INI-formatted file.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
A previously built hash table of INI settings. This is an optional parameter needed
only if you wish to build a hash table from multiple INI files.
Just pass the result of one call to Get-IniFile back in to the next call.
Required? false
Position? 2
Default value @{}
Accept pipeline input? false
Accept wildcard characters? false
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Adapted from
http://stackoverflow.com/questions/417798/ini-file-parsing-in-powershell.
This function is part of the CleanCode toolbox
from http://cleancode.sourceforge.net/.
Since CleanCode 1.1.01.
-none-
This documentation set was created with CleanCode's DocTreeGenerator.