Microsoft SDK for Java

deleteSubKey

This method of the RegKey class removes a subkey from the key.

Syntax

public void deleteSubKey(String sub);

Parameters

sub The subkey removed from the key.

Exceptions

IOException if the subkey removal is unsuccessful.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.