FileTools : Some tools to work with files

just want to create folder for my app and store pdf files in that created folder which is present in /Download/MyFolder

No permission required then, unless user uninstalls your app and tries to access those files with your app.

I recommend you to read this:

1 Like

yes I already readed this topic and I got confused for Android sdk 33 there are three permissions read image, read video, read music this confused me for my work wich permission is good to use.

Are you dealing with media (image , video and audio) files?

no only want to create my app folder in shared storage /Download and want to store pdf files in it which are generated by apps.

I suppose you have found the answer then.

1 Like

hello @vknow360 I need your small help can you give a small update to extention?

I am working with FileListAcync function and found its not loads .exo files it returns only empty List so can you add this functionality to work also with .exo files .

and I didnā€™t found rename function event block.

Show file list blocks. This is highly impossible unless you are specifically filtering file types.

It is a synchronous method so no need for event.

here arey my blocksā€‹:disappointed:.

I also tried with path /storage/emulated/0/Download/Rename
and .exo filter but got same result [ ]
like this.

here the exo files.

here a slash is missing
unknown
Taifun
PS: you are NOT using Kodularā€¦

1 Like

A slash is missing as Taifun pointed out.

Also, you canā€™t access non-media files without manage all files permission or SAF.

yes I am not but using this extension please understand my situation.:disappointed:

but okay I removed that other platform screenshot and Uploaded Kodular platform blocks without changing error generating logic, as per your reply.

I updated code with your and Taifun suggestion but got same result empty file list.
I given all file access Permission but not work :confused:. I used Dh extension.

Screenshot_2024-07-29-03-58-30-95_f3af03b833dd7ed0fda0dbe7d8c9008f

The exo files I am trying to retrieve are generated by other app so is that problem generating thread? I copied them in folder named Rename

What is that exactly? Please elaborateā€¦
And read Some basics on Android storage system

Taifun

I did this changes.

I used Dh extension.

Any link to that extension?
All I can see, that the extension does not follow the naming conventionsā€¦

Try this extension instead

Be aware that this permission is usually not granted by Google.

Also you first have to grant permission before being able to get a resultā€¦

And: try it after building the appā€¦

Taifun

it available on Dh store.
can I ask you a question how you replied on specific text?

Dh means deep host :joy:

1 Like

Oh! Thank You Taifun for

Extension to add MANAGE_EXTERNAL_STORAGE permission into the manifest 1 by BodyMindPower

this works for me all solved.

FileListAcync function loading files but not 1 by 1. it loads random exo files. is there any way to load them 1 by 1?

No, all files will be returned.

1 Like