WLJS LogoWLJS Notebook

CreateArchive

CreateArchive[source] creates a compressed archive in the current directory from source.

CreateArchive[source, path] creates a compressed archive in the directory or file specified by path.

Examples

Create a zip archive:

CreateArchive["myFolder"]
(* "myFolder.zip" *)

Specify output location:

CreateArchive["data", "~/Archives/data.zip"]

Please visit the official Wolfram Language Reference for more details.

On this page