Read registry keys recursively

Era Scarecrow via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 29 15:21:48 PDT 2016


On Sunday, 29 May 2016 at 16:46:34 UTC, Era Scarecrow wrote:
>  you should see the problem. Here's the correct line!
>
>           writeRegistryKeys(k.getKey(key.name()));

  this just occurred to me i tried to keep to the example but i 
shouldn't have. Since you already have the inner key, just pass 
that and it works. Far more obvious what's going on now.

            writeRegistryKeys(key);



More information about the Digitalmars-d-learn mailing list