IniFile Properties
From IniFileIO
IniFile Properties |
IniFileIO Documentation |
The IniFile type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FileName |
The file path where the object will be read from and written to.
| |
| KeyNameWhitespaceLiteral |
Specifies if the parser includes leading and trailing whitespaces from the source in the Name property.
| |
| KeyValueWhitespaceLiteral |
Specifies if the parser includes leading and trailing whitespaces from the source in the Value property.
| |
| Sections |
Raw section data stored by the object.
|
See Also