Confirmed users
927
edits
Tarek.ziade (talk | contribs) (→Syntax) |
Tarek.ziade (talk | contribs) |
||
| Line 43: | Line 43: | ||
== Extending a file == | == Extending a file == | ||
An INI file can extend another file. For this, | An INI file can extend another file. For this, a "DEFAULT" section must contain an "extends" variable that can point to another INI file which will be merged to the current file by adding new sections and values. | ||
If the file pointed in "extends" contains section/variable names that already exist in the original file, they will not override existing ones. | |||
file_one.ini: | file_one.ini: | ||