Dahlstrom, Roger wrote:
> OK - so if I'm correct in understanding this, let's say hypothetically, I 
> have something like so...
>
> HKLM...
>         something
>                 something else
>                 something else
>                 something else
>
> If I were to use my operation, and export the entire tree, I would get a copy 
> of the above, but then if someone modified it such that there were four 
> "something else"s, and I merged my copy back in, the end result would be the 
> same four "something else"s, while with your method, I would end up with the 
> original three?  Is that right?
>   

Yes, but remember that RegSaveKey uses an undocumented binary format
that matches the internal registry database format.  Joe User isn't
going to go in and modify the saved file.  It was really designed for
backup and restore.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to