Project

General

Profile

Actions

Added in 1.9.0

/remini <inifile> <section> [item]

Deletes whole sections or single items in an INI file.

Parameters

Parameter Description
<inifile> Ini file where the section is located.
<section> Section in the ini file to remove.
[item] Item in the section to remove.

Examples

;Remove the entire section TEST in file.ini.
/remini file.ini TEST

;Remove only the testitem element from the TEST section in file.ini.
/remini file.ini TEST testitem

Updated by Per Amundsen about 1 year ago · 2 revisions

Also available in: PDF HTML TXT