CFML 101: Using CFML to read and update INI files.
In this installment of my CFML 101 series, I'm going to show you how you can read and update a INI file with just a very little bit of code. I'll have to admit, when I first tried to do this I was surprised at how simple it was. I guess I shouldn't have been surprised, though. Making hard things easy like this has always been one of the hallmarks of CFML. This is true regardless of whether you're using Adobe ColdFusion, Railo, or Blue Dragon. The CFML language is built in a way that allows you to accomplish a lot of work with just a little bit of code. So many things are just so neatly packaged together that all you have to do is call one tag or function, and it runs a whole whoost of java code behind the scenes for you.

