Hi
I am using the Archive::Rar module to unrar a file and then extract it to user defined folder. But it is extracting in the cwd even when i have given to=>'diretory'. PLz help in extracting to user defined folder
my $archive= 'text-test.rar'; my $destinationDirectory = 'C:/tmp'; my $rar = Archive::Rar->new( -archive => $archive ); foreach my $member ($rar->List( )) { $member = $rar->Extract( to => '$destinationDirectory');
Also i cannot make this module work on a 64 bit windows machine. Is it not 64bit compliant ? Also how to specify user defined folder to extract?
In reply to Help with Archive::Rar by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |