Registry - Get Sub Key Names

Returns a delimited list of all the sub keys found one level below a specific sub key in the Registry.

Action ID:
Action Category:
Action List Syntax:

71
Registry
<<VARIABLE>> = Registry.GetSubkeyNames (<<MAINKEY>>\<<SUBKEY>>)

Settings

Variable name:

The variable that the delimited list of sub key names will be stored in. If the sub key specified in the Sub key field does not exist, or there are no sub keys one level below that sub key, then this variable will contain a blank string.

Delimiter:

The delimiter that will be used to separate sub key names if more then one sub key is found.

Main key

The main or "root" key where the sub key exists. Choose from:

Sub key:

The path to the sub key you want to examine (i.e. the path whose sub keys will be determined).

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_REGISTRY_GET_SUB_KEY_NAMES

MSG_ERR_REGISTRY_GET_SUB_KEY_NAMES
MSG_ERR_REGISTRY_SUB_KEY_NOT_FOUND
<<MAINKEY>>\<<SUBKEY>>

Examples

None