bx-ini

Installation
SKILL.md

bx-ini: INI File Handling

Installation

install-bx-module bx-ini
# CommandBox
box install bx-ini

BIFs

BIF Description
getIniFile( file ) Open (or create) an INI file, returns an IniFile object
getProfileString( iniFile, section, entry ) Get a single entry value
setProfileString( iniFile, section, entry, value ) Set a single entry value
getProfileSection( iniFile, section ) Get an entire section as a struct
getProfileSections( iniFile ) Get all sections as a struct of structs
Related skills

More from ortus-boxlang/skills

Installs
1
First Seen
Apr 15, 2026