Documentation

Read Configuration String - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Filesystem :: Read Configuration String

Root.Filesystem.ConfigReadString(
  Key String,
  Default String,
  Section String,
  File String
) String
Retrieves a previously stored value in the application's configuration file for the current user

Parameters

Key String
The identifier used to reference the stored value in the configuration
Default String
Default value if none is set
Section String
Section in the configuration file
File String
Configuration file path

Return Value

String

If you think anything is missing, please feel free to: submit documentation feedback on this page