RegistryItem.AddFolder
From Xojo Documentation
Method
This method is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Adds the passed item as a folder. Returns a RegistryItem.
Notes
Similar to RegistryItem.Child. If the folder with the name already exists, it'll be returned, otherwise it'll be created first