Aide:IniReadSectionNames.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
IniReadSectionNames
###Description###
Reads all sections in a standard format .ini file.
###Syntax###
IniReadSectionNames ( "filename" )
###Parameters###
@@ParamTable@@
filename
The filename of the .ini file.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns an array of all section names in the INI file.
Failure: Sets @error on failure.
@@End@@
###Remarks###
A standard ini file looks like:
<i>[SectionName]
Key=Value</i>
The number of elements returned will be in $result[0]. If an @error occurs, no array is created.
Only the first 32767 chars are taken in account in an section due to Win9x compatibility.
###Related###
IniDelete, IniWrite, IniRead, IniReadSection, IniRenameSection, IniWriteSection
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
Texte en Français
Traducteur :
Contributeurs (pour les modifications avant le Wiki) :