SubKeyCount
Previous  Next

Returns the number of subkeys under the specified subkey.
Syntax: SubKeyCount (SubKey As String) As Int32

Example:
Sub App_Start
      reg.New1
      reg.RootKey(reg.rtCurrentUser)
      c = reg.SubKeyCount("Software\My Application")
End Sub