AndreaCfm

Cold Fusion and jQuery Ideas and Resources

Ini Files Managemenet

A custom tag that make easy to read and update settings stored in INI files or any other only text format.

.INI SET UP CUSTOM TAG

SET UP FORM

Make sure that the ini File has write permissions enabled

IniFile: blog.ini.cfm
Section: default

allowgravatars
moderate
filebrowse
settings
imageroot
<cf_iniSetUp iniPath="D:\Inetpub\andreacfm\temp\" iniFile="blog.ini.cfm" iniSection="default"/>

IniFile: blog.ini.cfm
Section: settings

allowgravatars
moderate
filebrowse
settings
imageroot
<cf_iniSetUp iniPath="D:\Inetpub\andreacfm\temp\" iniFile="blog.ini.cfm" iniSection="settings"/>