ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
297 stars 73 forks source link

renaming a CFItem.Name missing #54

Closed kucint closed 4 years ago

kucint commented 4 years ago

Hi, Is there any way to rename already existing Storage/Stream item? if not, I suggest to add a setter to CFItem.Name { get; set; }

Best!

ironfede commented 4 years ago

Added [RenameItem] method in CFStorage class. Best Regards, Federico