IniFileOptions Enumeration | regdiff Code Documentation |
Options for parsing .INI files
Namespace: com.tikumo.regis3.iniAssembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
KeepComments | 1 | Keep comments when reading .INI files. Comments can start with '#' or ';'. This is the default | |
KeepFlat | 2 | Keep sections flag (i.e. no subsections). This is the default | |
StripEmptyLines | 4 | Strip empty lines (NB: that includes lines with only comments). This is the default |
See Also