The Storages object contains the following methods:
Method List
Name | Description |
---|---|
Binary |
Opens the specified binary file and returns the FileSection object corresponding to its root section. |
INI |
Opens the specified .ini file and returns the FileSection object corresponding to its [Root] section. |
Registry |
Returns the Section object corresponding to the specified registry key. |
XML |
Opens the specified .xml file and returns the FileSection object corresponding to its root element. |