Closed HouHangLei closed 2 years ago
After unzipping I need to get the file name (mainly the file suffix) so it can be stored in the sandbox directory.
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 single Member.
GzipArchive.multiUnarchive(archive:)
Member
After unzipping I need to get the file name (mainly the file suffix) so it can be stored in the sandbox directory.