M
maby_n
Hi. Is it possible to create an empty zip file of size 0 ?
I use the Archive:: Zip as follows:
use Archive::Zip;
my $zip = Archive::Zip->new();
$zip->writeToFileNamed('xxx.zip');
But this creates a file of size is 1 KB. The script is run on a PC if
that makes any difference. Is there a way to get the size down to 0?
Thankful for help
I use the Archive:: Zip as follows:
use Archive::Zip;
my $zip = Archive::Zip->new();
$zip->writeToFileNamed('xxx.zip');
But this creates a file of size is 1 KB. The script is run on a PC if
that makes any difference. Is there a way to get the size down to 0?
Thankful for help