RegistryKeyPath-class      package:SWinRegistry      R Documentation

_R_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _a_n _e_n_t_r_y _i_n _t_h_e _r_e_g_i_s_t_r_y

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     The constructor function is 'createRegistryPath'.

_S_l_o_t_s:


     '_t_o_p': Object of class '"character"' the name of the top-level key
          in the registry in which the path is to be resolved. This
          comes from  '.BuiltinKeys'.

     '_p_a_t_h': Object of class '"character"' giving the names of the
          subkeys that lead to the specified entry and the entry's name
          itself.

_M_e_t_h_o_d_s:


     _c_o_e_r_c_e 'signature(from = "RegistryKeyPath", to = "character")':
          ... 

     _c_r_e_a_t_e_R_e_g_i_s_t_r_y_K_e_y 'signature(path = "RegistryKeyPath", key =
          "missing")': ... 

     _c_r_e_a_t_e_R_e_g_i_s_t_r_y_K_e_y 'signature(path = "RegistryKeyPath", key =
          "character")': ... 

     _d_e_l_e_t_e_R_e_g_i_s_t_r_y_K_e_y 'signature(path = "RegistryKeyPath", key =
          "character")': ... 

     _d_e_l_e_t_e_R_e_g_i_s_t_r_y_K_e_y 'signature(path = "RegistryKeyPath", key =
          "missing")': ... 

     _g_e_t_R_e_g_i_s_t_r_y_K_e_y_V_a_l_u_e_s 'signature(path = "RegistryKeyPath", top =
          "missing")': ... 

     _g_e_t_R_e_g_i_s_t_r_y_S_u_b_K_e_y_N_a_m_e_s 'signature(path = "RegistryKeyPath")': ... 

     _r_e_s_o_l_v_e_K_e_y 'signature(path = "RegistryKeyPath")': ... 

     _s_e_t_R_e_g_i_s_t_r_y_V_a_l_u_e 'signature(path = "RegistryKeyPath", key =
          "character")': ... 

_A_u_t_h_o_r(_s):

     Duncan Temple Lang <duncan@wald.ucdavis.edu>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/SWinRegistry>

