IniLikeFile.ReadOptions

Flags to manage .ini like file reading

Values

ValueMeaning
noOptions0

Read all groups and skip comments and empty lines.

firstGroupOnly1

Ignore other groups than the first one.

preserveComments2

Preserve comments and empty lines. Use this when you want to preserve them across writing.

ignoreGroupDuplicates4

Ignore group duplicates. The first found will be used.

ignoreInvalidKeys8

Skip invalid keys during parsing.

Meta