Class representing the shell’s configuration. The class is responsible for loading the configuration from the file and provides a unified API to access these settings.
Constructs a LMIShellConfig object and loads the configuration from the file. If there is no such file, the shell’s configuration properties are set to default values. Configuration file uses python syntax. If there is a syntax error in the configuration file, the properties are set to default values, as well.
Property returning a string containing the shell’s history file.
Returns: | history file |
---|---|
Return type: | string |
Property returning a number with the shell’s history file length.
Returns: | history file length |
---|---|
Return type: | int |