RegistryKey: CreateSubKey

CreateSubKey

Creates a new Windows Registry node.



 Public Function CreateSubKey(
	  ByRef SubKey As String ) As RegistryKey

Parameters

SubKey
[ByRef] String. The name of the new node to be created. Any slashes will be trimmed from the ends.

Return Values

RegistryKey -  A RegistryKey to manipulate the new Registry node.

Remarks

If the Registry node already exists, then it is returned.

See Also

Project CorLib Overview

Class RegistryKey Overview