Documentation

Write Configuration Integer - Open Dev Kit Documentation

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

Root.Filesystem.ConfigWriteInt(
  Key String,
  Value Integer,
  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 Integer
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