Recursively deletes a subkey and any child subkeys.
public void deleteSubKeyTree( String subkey )
subkey
A String object that represents the subkey to delete.
Use the deleteSubKeyTree method to delete an entire tree of subkeys from the registry. To ensure that an exception does not occur when deleting a key, use the deleteSubKeyTree method instead of the deleteSubKey method, which throws an exception if a subkey contains child subkeys.
See Also deleteSubKey, deleteValue