unix/tk2reg: Manipulate the registry under Windows

Description Usage Arguments

Description

These functions are Windows-specific. They issue an error on other platforms.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tk2reg.broadcast()
tk2reg.delete(keyname, valuename)
tk2reg.deletekey(keyname)
tk2reg.get(keyname, valuename)
tk2reg.keys(keyname)
tk2reg.set(keyname, valuename, data, type = c("sz", "expand_sz", "multi_sz",
    "dword", "dword_big_endian"))
tk2reg.setkey(keyname)
tk2reg.type(keyname, valuename)
tk2reg.values(keyname)

Arguments

keyname

the name of the key.

valuename

a value in this key.

data

the data to place in the value.

type

the type of value in the registry. By default, it is 'sz', that is, an atomic string.


tcltk2 documentation built on May 2, 2019, 9:37 a.m.