Skip to content

Add an unzip function #74

Description

@zerefwayne

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));
end

Instead, 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions