listRegistry | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Lists the sub-keys of the specified key in the Windows systemregistry. | ||||||
Introduced | 4.5 | ||||||
OS | windows | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Control 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. |