Archive-SevenZip
view release on metacpan or search on metacpan
lib/Archive/SevenZip/API/ArchiveZip.pm view on Meta::CPAN
$name = $name->fileName;
};
#$self->sevenZip->removeMember( $name, %options );
$self->sevenZip->removeMember( $name );
$res
}
=head2 C<< $ar->replaceMember >>
$ar->replaceMember('backup.txt', 'new-backup.txt');
Replaces the member in the archive. This is just delete then add.
I clearly don't understand the utility of this method. It clearly
does not update the content of one file with the content of another
file, as the name of the new file can be different.
=cut
# strikingly similar to Archive::Zip API
( run in 1.121 second using v1.01-cache-2.11-cpan-49f99fa48dc )