GetProfileSections (iniFile) DescriptionReturns all the sections of an initialization file. Initialiaztion files have an .ini extension and assign initial values to the operating system and applications. Example<cfoutput> The current odbc data sources on this machine are: #GetProfileSections("c:\Windows\odbc.ini")# </cfoutput> |