GetKeyNames
Returns a list of key names in an INI file.
Public Function GetKeyNames(
ByRef Section As String ) As String ( )
Parameters
- Section
-
[ByRef]
String.
The section within an INI file to retrieve key names.
Return Values
String() - An array of key names from a section, or a zero-length array if no keys exist in the section.
See Also
Project CorLib Overview
Class IniFile Overview