obj:CreateSubkey

LuaFAR 3

obj:CreateSubkey


subkey = obj:CreateSubkey (Root, Name [, Description])

Parameters:
  Root:        flag
  Name:        string
  Description: string, or nil

Returns:
  subkey:      integer, or nil

Notes:
  1. If the specified subkey does not exist, it is created.
  2. If Description is nil, the description of the subkey
     is neither created nor modified.

Far API used:
  SettingsControl