Get the actual path to file from file picker

I need to choose a zip file. I use FilePicker. I choosed "/storage/emulated/0/Downloads/winaerotweaker.zip", but FilePicker returns "content://com.android.providers.downloads.documents/documents/msf%3A1000023005". How to convert it to a normal path? Any extensions?

First question, why do you need to convert it, or use the FilePicker, if you know where it is and what it is called ?

You can use the FileTools extension for this.

If the zip file is not owned/created by your app, you can use the SAF extension blocks to copy the zip file to the ASD, where it will become owned by the app and have read/write permissions.

1 Like