SetProfileString()
Sets the value of a profile entry in an initialization file (.ini)
SetProfileString( iniPath=string, section=string, entry=string, value=string );
Returns: String
| Argument | Description |
|---|---|
|
iniPath
string,
required
|
edit
Absolute path of initialization file |
|
section
string,
required
|
edit
Section of the initialization file in which the entry is to be set |
|
entry
string,
required
|
edit
Name of the entry to set |
|
value
string,
required
|
edit
Value to which to set the entry |
Examples
editThere are currently no examples for this function.
See also
- File handling
- GetProfileSections()
- GetProfileString()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)