-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Currently if I need to unzip a folder, I'll have to write:
r = ZipFile.Reader("/tmp/example.zip");
for f in r.files
println("Filename: \$(f.name)")
write(stdout, read(f, String));
endInstead, there can be a ZipFile.unzip("/tmp/example.zip") which will place all the data in /tmp/example directory and return me the path of the directory.
juliohm, baggepinnen, mzy2240 and chelate
Metadata
Metadata
Assignees
Labels
No labels