regkeys(<key>)
string
The names of all sub-keys in a Windows registry key. Multiple values may be returned.
<key>
A string providing the registry key value whose sub-keys are to be retrieved.
If the key does not exist in the registry, or has no sub-keys then a zero
length array is returned. funcerr
is not set by this function.
string keys[] = regkeys("HKEY_CURRENT_USER/SOFTWARE/Acme")
On Unix systems, this function is a no-op and will return no values.
Commands: |
|
Functions: |