EnumINI plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
Line 8: Line 8:
== Description ==
== Description ==


EnumINI plug-in retrieves all the sections or all the keys in specified section of an initialization file. There is also functions to check if specified section or key in specified section, exist in initialization file.
EnumINI plug-in retrieves all the sections or all the keys in specified section of an initialization (.ini) file. There is also functions to check if specified section or key in specified section, exist in ini file.


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 15:22, 20 September 2006

Author: TrueparuEx (talk, contrib)


Links

Download (v0.12):
EnumINI.zip (6 KB)

Description

EnumINI plug-in retrieves all the sections or all the keys in specified section of an initialization (.ini) file. There is also functions to check if specified section or key in specified section, exist in ini file.