getRegistrySubKeyNames-methods {SWinRegistry}R Documentation

Names of sub-keys in Windows Registry Folder

Description

These methods provide different ways to specify the key of interest, either as a single string or as a more formal, pre-computed RegistryKeyPath.

Methods

path = "character"
the simpler specification of the key as either a single string or an ordered character vector identifying the nested folders within the registry.
path = "RegistryKeyPath"
the RegistryKeyPath identifying the path in the registry to the key of interest.

[Package SWinRegistry version 0.3-3 Index]