KeyExist( )
| Action: | Checks
for the existence of a registry subkey. |
||||
| Syntax: | KEYEXIST
("subkey") |
||||
| Parameters: |
Subkey
|
||||
| Remarks: |
KEYEXIST is a replacement to the EXISTKEY function found in previous versions of KiXtart. While functionally equivalent, the Return Codes are now inverted, resulting in behavior similar to the EXIST function. |
||||
| Returns: |
|
||||
| See Also: |
AddKey( ), DelKey(
), DelTree( ) |
||||
| Example: |
$ReturnCode =
KeyExist("HKEY_CURRENT_USER\Console\Configuration") |