Hi All,

I posted this one in the ASE forum but no hits yet so I thought someone here might be able to answer.

How would you go about enumerating the entire registry or all of the keys under a subkey?

I know the enumkey () will do a specific key but it doesn't do the keys under it. I have written some code that will enumerate only the first level of keys under a key but I would like to be able to enumerate every key under a particular key.

Any suggestions?