RegistryKeyPath-class {SWinRegistry} | R Documentation |
This is used to represent the full path to an entry
in the Windows registry.
It consists of the top-level key in which the entry
is resolved, and then a vector giving the names
of the sub-keys that identify the path in the
hierarchy to the specified key.
This forms the basis of most of the
functins in this SWinRegistry
package.
The constructor function is createRegistryPath
.
top
:"character"
the name of the top-level key in the registry in which
the path is to be resolved. This comes from
.BuiltinKeys
.path
:"character"
giving the names of the subkeys that lead to the
specified entry and the entry's name itself.signature(from = "RegistryKeyPath", to = "character")
: ... signature(path = "RegistryKeyPath", key = "missing")
: ... signature(path = "RegistryKeyPath", key = "character")
: ... signature(path = "RegistryKeyPath", key = "character")
: ... signature(path = "RegistryKeyPath", key = "missing")
: ... signature(path = "RegistryKeyPath", top = "missing")
: ... signature(path = "RegistryKeyPath")
: ... signature(path = "RegistryKeyPath")
: ... signature(path = "RegistryKeyPath", key = "character")
: ... Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/SWinRegistry