Hello Alan, Thanks for the reply. Didn't even know that function existed. It is close, but I want to make the application where the user can literally just plop the files in their web root and it just works. Don't want the user to have to worry about moving the .ini file or selecting a different folder as the root. The settings/config file will hold passwords, etc. The GetProfileSections function also seems to only work on App load like my current solution.
Thanks again though. I can definitely see myself using this function in the future. Anyone have any other suggestions? On Mar 17, 6:10 pm, Alan Holden <[email protected]> wrote: > Have you read or tried CFML's GetProfileSections? > > It reads the params from a classic ini file format into a structure, so > you can plop it into the application scope on startup. Try to keep the > ini file itself out of the web path, in case it has passwords or stuff > you don't want people or bots to find. > > http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=fun...http://www.openbd.org/manual/?/function/getprofilesections > > Al -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
