Profile.CreateSubKey() Method
Create a sub-key with the given name.
Syntax
Profile.CreateSubKey(SubKey)
The method syntax has these parts:
Part |
Description |
SubKey (String) |
name of sub-key to create. |
Return (Nothing) |
Does not return a value. |
Remarks
SubKey may contain backslash separated path to sub-key to be created.
Before using this method, be sure you understand relative versus absolute SubKey values. See the
Profile Object documentation for details.
Copyright © 2000-2016, Robert B. Denny, Mesa, AZ