|

Value


(string) The "value" to delete.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

INIFile.GetSectionNames

OverviewExamples

table INIFile.GetSectionNames ( string Filename )


De s cr ip t ion


Returns all of the "section" names within an INI file.


P arame t er s


Filename


(string) The full path to the INI file.


Re t u r n s


(table) A table containing all of the "section" names within the specified INI file. If there are no section names or an error occurs (for example, the file doesn't exist), nil will be returned. You can use Application.GetLastError to determine whether this action failed, and why.


|