Documentation

Write Configuration String - Open Dev Kit Documentation

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

Root.Filesystem.ConfigWriteString(
  Key String,
  Value String,
  Section String,
  File String
) 
Stores an option in the application's configration file for the current user

Parameters

Key String
An identifier for the option in the configuration file to retrieve the value at a later time
Value String
The value to assign the option in the configuration
Section String
Section in the configuration file
File String
Configuration file path

Return Value

Nothing

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