setProfileString

Sets the value of a profile entry in an initialization file.

setProfileString(inipath, section, entry, value) → returns string

Argument Reference

inipath string
Required

Absolute path of initialization file

section string
Required

Section of the initialization file in which the entry is
to be set

entry string
Required

Name of the entry to set

value string
Required

Value to which to set the entry

Examples
Sample code invoking the setProfileString function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub