Function: regkeys( )

Syntax

regkeys(<key>)

Type

string

Returns

The names of all sub-keys in a Windows registry key. Multiple values may be returned.

Parameters

Example

string keys[] = regkeys("HKEY_CURRENT_USER/SOFTWARE/Acme")

Notes

On Unix systems, this function is a no-op and will return no values.

See Also

Commands:

register

Functions:

registry