Archive: Need new registry commands


Hello,

I need functions to check if subkeys and/or values exist in a registry key. A more complicated nice-to-have thing would be a command to get a list of subkey/value names, so I would like commands like

RegSubkeyNames
RegValueNames
RegSubkeysExist
RegValuesExist

Also I would like some way to access the lists :-)

Is there a way to implement a for loop with the currently implemented commands?

Snowbird


Hi,

I agree with snowbird that we need at least a command
to check if any regkey exists. Since 1.4 the keys
are deleted recursively and I really would prefer to
know if there are subkeys before I delete them by
accident.

Locutus123