Opened 4 years ago
Closed 4 years ago
#269 closed todo (fixed)
No way to rename a registry subKey
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
There is currently no way to directly rename a subKey in registry. I'll send a patch (code to rename and tests).
Attachments (2)
Change History (5)
comment:1 Changed 4 years ago by
Changed 4 years ago by
Attachment: | libbasic_fix_1_of_1_rev_bc3d3a13e7cb_Issue__269__Renaming_a_registry_subKey_via_RegRenameKey___or_if_it_fails_via_NtRenameKey__.patch added |
---|
implementation of registry rename
Changed 4 years ago by
Attachment: | regression_fix_1_of_1_rev_ba58ef8a6214_Issue__269__Tests_when_renaming_registy_subKey_s_.patch added |
---|
tests
comment:2 Changed 4 years ago by
Status: | new → testing |
---|
comment:3 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Fixed in 0f94f6c8c9d4/stx.libbasic
Note: See
TracTickets for help on using
tickets.
Here is the patch with tests.