RegistryItem.AddFolder

From Xojo Documentation

Method


RegistryItem.AddFolder(Name as String) As RegistryItem

Supported for all project types and targets.

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