Property Files
If you're touching Java, there's probably some property files in your future. We've included the PropertyFile
module in CommandBox that you can call directly from CFML. There are also some commands so you can script the creation and updating of property files from the command line and CommandBox recipes.
From the CLI
From CFML
A propertyFile
CFC instance can also be treated as a struct as it stores the properties in its this
scope.
Last updated
Was this helpful?