Assuming you're referring to compression, the ZipFile.jl package is probably what you want. There's also GZip.jl for (un)compressing single files (in .gz format).
(Probably obvious, but zipping lists is an entirely different beast!) Cheers, Kevin On Wednesday, May 21, 2014, RecentConvert <[email protected]> wrote: > Is there a built-in method for zipping files or must I use an external > program? The only hits in the docs were for zipping lists. >
