You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to move (reparent) already existing Storage/Stream item to another Storage?
if not, I suggest to add a method to CFItem: CFItem.MoveItem(CFItem itemToMove, CFStorage newParent);
This shall move a child item with all its underlying objects to another parent within the same CompoundFile.
Currently, to reparent an item, the object and whole underlying object tree must be manually copied, finally the original tree must be deleted. This is extremely inefficient approach.
Best!
The text was updated successfully, but these errors were encountered:
Is there any way to move (reparent) already existing Storage/Stream item to another Storage?
if not, I suggest to add a method to CFItem:
CFItem.MoveItem(CFItem itemToMove, CFStorage newParent);
This shall move a child item with all its underlying objects to another parent within the same CompoundFile.
Currently, to reparent an item, the object and whole underlying object tree must be manually copied, finally the original tree must be deleted. This is extremely inefficient approach.
Best!
The text was updated successfully, but these errors were encountered: