Can Gzip unarchive return Member? #35
-
After unzipping I need to get the file name (mainly the file suffix) so it can be stored in the sandbox directory. |
Beta Was this translation helpful? Give feedback.
Answered by
tsolomko
May 11, 2022
Replies: 1 comment
-
Yes, you can use |
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
Yes, you can use
GzipArchive.multiUnarchive(archive:)
instead. It works even on a single GZip archive, in which case it returns an array with only a singleMember
.