listRegistry

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
listRegistry(<parentKey>)
Summary

Lists the sub-keys of the specified key in the Windows systemregistry.

Introduced4.5
OSwindows
Platformsdesktop, server
Parameters
NameTypeDescription
parentKey

A key in the Windows registry

Example
listRegistry("HKEY_CLASSES_ROOT")
Values
NameTypeDescription
return

A return-delimited list of sub-keys.

RelatedControl Structure: function
Glossary: registry
Function: deleteRegistry, MCISendString, setRegistry
Description

Use the listRegistry function to lists the sub-keys of a key in the Windows system registry.

The listRegistry function returns a return-delimited list of sub-keys, i.e. those keys which are direct children of the given parentKey. The specified key should be in the same format as the other registry functions.