API Reference
| 
 | Classic JavaDoc | 
RegistryKey.openKey
public RegistryKey openKey(String subKey)
Opens the specified sub-key of this registry key. If this method returns
 successfully, the returned RegistryKey object has to be closed using the
 method RegistryKey.close().Parameters:
Throws:
| subKey | the sub-key to be opened. | 
| RegistryException | if this key has been closed or the specified sub-key doens't exist or any other unexpected error occurs. | 
Community comments
Powered by JavaDocPlus
