LitDev Extension API
LDSettings
The Settings library consists of helpers that allow programs to
store and retrieve user settings.
FilePath | GetValue | SetValue |
FilePath
Gets or sets the file path for the settings file.
GetValue(name)
Gets the value for the setting identified by the specified name.
name The Name of the setting.
returns The Value of the setting.
SetValue(name,value)
Sets a value for a setting identified by the specified name.
name The Name of the setting.
value The Value of the setting.