|
List all global options to file. Global options are set using the command Set.
Listing contains one line per option with each line being a semi-colon delimited list in the following form:
| name;type;default-value |
where:
| name | Name of option |
| type | Type of option. One of 'bool', 'string' or 'real' |
| default_value | Default value if not set, or if unset using command UnSet. |
| ListOptions <filename> |
|
filename |
File to receive options |
|
|
||