34 lines
478 B
Plaintext
34 lines
478 B
Plaintext
|
head 1.1;
|
||
|
access;
|
||
|
symbols;
|
||
|
locks; strict;
|
||
|
comment @# @;
|
||
|
|
||
|
|
||
|
1.1
|
||
|
date 2007.01.16.04.12.03; author TWikiContributor; state Exp;
|
||
|
branches;
|
||
|
next ;
|
||
|
|
||
|
|
||
|
desc
|
||
|
@buildrelease
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@buildrelease
|
||
|
@
|
||
|
text
|
||
|
@---+ Package ==
|
||
|
|
||
|
%TOC%
|
||
|
---++ StaticMethod *_unpackArchive* <tt>($archive[,$dir])</tt>
|
||
|
Unpack an archive. The unpacking method is determined from the file
|
||
|
extension e.g. .zip, .tgz. .tar, etc. If $dir is not given, unpack
|
||
|
to a temporary directory, the name of which is returned.
|
||
|
|
||
|
|
||
|
@
|