Unzip file to a specific folder

I need help in this process
When I will click on the button the zip file will be downloaded and the the download completed the zip file be unzip in the specific folder.
Please send the coding image done

sorry, but this is not a coding image delivering service…
please try something yourself and if you get stuck, then post a screenshot of your relevant blocks…

Taifun

5 Likes

the fil has download but it doesn’t zip to my folder

you should unzip in the DownloadComplete event

also first set the SaveFileAs and Title property before using the Download method

Taifun

It’s doesn’t work the file save with the name and saved I downloaded folder also but it doesn’t zip to the specific folder

please provide a screenshot of your updated blocks
Taifun


the file save in download folder but does not unzip to the specific folder

Unbenannt

why is there a / at the end of the filename?
what happens, if you use a relative path?
/Download/ezyzip9.zip
what happens, if you unzip in the same directory?
what kind of specific path do you want to unzip to? is this the ASD of your own app?
starting from SDK30 you will not be able to access the ASD of other apps anymore…

Taifun

First I try without / but it doesn’t work then I with / it aso not works

Not tried
It will unzip

I want to unzip in android data folder
No it not my asd directory

as already said…
starting from SDK30 you will not be able to access the ASD of other apps anymore…
Taifun

But I don’t want to unzip in my add directory I want to unzip in android data folder

But how this app can unzip as I also want

it was possible with SDK29, but in SDK30 not anymore
https://developer.android.com/distribute/best-practices/develop/target-sdk
I will close this thread, everything what needs to be said has been said…
Taifun

2 Likes