Registry - Does Key Exist

Determines whether a specific Registry key exists. Returns TRUE if the key exists, or FALSE if it doesn't.

Action ID:
Action Category:
Action List Syntax:

70
Registry
<<VARIABLE>> = Registry.DoesKeyExist (<<MAINKEY>>\<<SUBKEY>>)

Settings

Variable name:

The variable that will hold either TRUE or FALSE depending on whether or not the Registry key exists.

Main key

The main or "root" key where the Registry key is located. Choose from:

Sub key:

The sub key whose existence you want to determine.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

None