RegistryKey: OpenSubKey |
Returns a RegistryKey of the requested SubKey with the write permission specified.
Public Function OpenSubKey( ByRef Name As String, Optional ByVal Writable As Boolean = False ) As RegistryKey
Default: False
The requested SubKey is opened starting at the location of the current RegistryKey node within the Registry.
If the requested SubKey was not found, then Nothing is returned. No error is thrown.