I have compressed_file.zip on a site with this structure:

I want to extract all content from version_1.x folder to my root folder:

How can I do that? is possible without recursion?
|
I have compressed_file.zip on a site with this structure:
I want to extract all content from version_1.x folder to my root folder:
How can I do that? is possible without recursion?
| |||
feedback
|
|
It's possible, but you have to read and write the file yourself using
| |||||||||
feedback
|
|
Look at the docs for | |||
feedback
|