thoemmi/7Zip4Powershell

Updating and deleting files

Opened this issue · 3 comments

Is it possible to update or delete files?

Actually, I haven't tried updating files yet. Deletion is not possible.

In fact, I wrote this module a few years ago to compress and expand complete folders. I've never had the requirement to edit an existing archive. I'll leave this issue open, maybe I'll have spare time to look into it.

I do not know all that is available through SevenZipSharp. I wonder if a wrapper around 7z.exe would be just as effective. What do you think?

In that case I guess a C# CmdLet wouldn't be necessary, but a PowerShell function could do the trick.