how to decompress tar file? #12
-
Beta Was this translation helpful? Give feedback.
Answered by
tsolomko
Sep 8, 2020
Replies: 1 comment
-
You may use the TarContainer.open(container:) function, where the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tsolomko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may use the TarContainer.open(container:) function, where the
container
argument is your tar file.