Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
ZipLink
Guides
ZipLink
Symbols
ZipLevel
ZipMethod
Unzip
ZipExtract
ZipInformation
Zip
ArnoudBuzing`ZipLink`
Z
i
p
E
x
t
r
a
c
t
Z
i
p
E
x
t
r
a
c
t
[
s
o
u
r
c
e
,
f
i
l
e
,
d
e
s
t
]
e
x
t
r
a
c
t
s
a
s
i
n
g
l
e
f
i
l
e
f
r
o
m
s
o
u
r
c
e
t
o
t
h
e
d
e
s
t
d
i
r
e
c
t
o
r
y
.
Examples
(
1
)
Basic Examples
(
1
)
Pick a directory to compress:
I
n
[
1
]
:
=
q
u
=
F
i
l
e
N
a
m
e
J
o
i
n
[
$
I
n
s
t
a
l
l
a
t
i
o
n
D
i
r
e
c
t
o
r
y
,
"
A
d
d
O
n
s
"
,
"
A
p
p
l
i
c
a
t
i
o
n
s
"
,
"
Q
u
a
n
t
i
t
y
U
n
i
t
s
"
]
;
Create a zip file from the directory and its contents:
I
n
[
2
]
:
=
z
i
p
=
Z
i
p
[
q
u
,
"
q
u
.
z
i
p
"
]
O
u
t
[
2
]
=
/
U
s
e
r
s
/
a
r
n
o
u
d
b
/
q
u
.
z
i
p
Extract a specific file only:
I
n
[
3
]
:
=
Z
i
p
E
x
t
r
a
c
t
[
z
i
p
,
"
K
e
r
n
e
l
/
Q
u
a
n
t
i
t
y
U
n
i
t
s
.
m
"
,
C
r
e
a
t
e
D
i
r
e
c
t
o
r
y
[
]
]
O
u
t
[
3
]
=
/
p
r
i
v
a
t
e
/
v
a
r
/
f
o
l
d
e
r
s
/
2
h
/
4
4
n
t
1
g
3
1
7
x
z
3
v
y
z
h
t
4
4
m
7
0
6
0
0
0
0
_
n
k
/
T
/
m
0
0
0
0
0
3
8
2
9
5
9
1
/
K
e
r
n
e
l
/
Q
u
a
n
t
i
t
y
U
n
i
t
s
.
m
S
e
e
A
l
s
o
Z
i
p
▪
U
n
z
i
p
▪
Z
i
p
I
n
f
o
r
m
a
t
i
o
n
▪
Z
i
p
M
e
t
h
o
d
▪
Z
i
p
L
e
v
e
l
▪
C
r
e
a
t
e
A
r
c
h
i
v
e
▪
E
x
t
r
a
c
t
A
r
c
h
i
v
e
"
"