INI Files
This module allows you to read and write INI files in a very easy way.
# For Operating Systems using our Quick Installer.
install-bx-module bx-ini
# Using CommandBox to install for web servers.
box install bx-ini[General]
appName=MyApplication
version=1.2.3
author=John Doe
boxlang=rocks
[Database]
host=localhost
port=5432
username=dbuser
password=dbpass
dbname=mydatabase
[Logging]
logLevel=DEBUG
logFile=/var/log/myapp.log
maxFileSize=10MB
[Features]
enableFeatureX=true
enableFeatureY=false
maxConnections=100Contributed Functions
GitHub Repository and Reporting Issues
Last updated
Was this helpful?
