Add the ability to create zip archives somewhere along lines like this: `Radpath.files("/tmp", "log") |> Radpath.zip("myzip.zip")` or `Radpath.dirs("/tmp") |> Radpath.zip("myzip2.zip")`
Add the ability to create zip archives somewhere along lines like this:
Radpath.files("/tmp", "log") |> Radpath.zip("myzip.zip")or
Radpath.dirs("/tmp") |> Radpath.zip("myzip2.zip")