API Reference
| Classic JavaDoc |
RegistryKey.createKey
public RegistryKey createKey(String subKey)
Creates the specified sub-key in this registry key. If the sub-key already exists,
it is simply opened. 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 created or opened. |
RegistryException | if this key has been closed or any other error occurs. |
Community comments
Powered by JavaDocPlus