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);

Reply via email to