You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this works but then there is still a problem where it includes the full parent path of a directory. Have to find out why this is and get rid of it.
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")
The text was updated successfully, but these errors were encountered: