Open morallo opened 1 year ago
Currently, the whole zip file is extracted to a temporary folder, and then individual files read from there.
Thanks to the format of zip files, which includes a directory at the end, it is possible to extract individual files from a zip file specifying the path inside the archive: https://learn.microsoft.com/en-us/dotnet/api/system.io.compression.ziparchive.getentry?view=net-7.0
https://discord.com/channels/@me/696889554820399194/1113613113460273255
Currently, the whole zip file is extracted to a temporary folder, and then individual files read from there.
Thanks to the format of zip files, which includes a directory at the end, it is possible to extract individual files from a zip file specifying the path inside the archive: https://learn.microsoft.com/en-us/dotnet/api/system.io.compression.ziparchive.getentry?view=net-7.0
https://discord.com/channels/@me/696889554820399194/1113613113460273255