Thanks, seems to works like a charm here to verify and delete the file
how to copy assets file to storage
use the Copy methodâŚ
remember: you only are able to copy to shared storage, see also the overview
Taifun
How do I get the content of a file back so I can show it to
the video player
I didnât see an option for adding a file. Could that maybe be added?
If thatâs what a directory is for, let me know.
That feature is not available in this extension, as you can use the File component.
Why android.permission.MANAGE_EXTERNAL_FILES is asked is it dangerous ?
see you other trhead in the App Inventor community Pick Pdf file on Android12 - #38 by Abbas_Gasri - MIT App Inventor Help - MIT App Inventor Community
please do not crosspost⌠first choose a builder and then only ask in that community⌠thank youâŚ
Taifun
Hey guys,
First I would like to congratulate vknow360 for the initiative to create this extension that should even be native to Kodular!
Iâm having trouble creating a folder on my smartphoneâs sdcard (Android 8.1)
In Companion I am using it to create a Folder through âCreate Directoryâ /sdcard/Posto and I see that it creates a folder sdcard/Posto in the internal storage
Also I canât copy anything to that folder by âCopy Fileâ
I ask for everyoneâs help
The external removable sdcard is only readable, see also How do I download to SD card?
Taifun
Thank you for answering me, Taifun
But, how do I copy files to a folder created in the internal storage of the smartphone by the File Tools extension of member vKnow360 ???
Itâs not working in my project!!!
Iâm wanting to make a âbackupâ of some file that would be to an sdcard or in an internal storage folder
Thanks from Brazil
Follow the Some basics on Android storage system
What about providing a screenshot of your relevant blocks?
Taifun
Try to backup to shared storage rather than /Android/data/Comb
Taifun
Hello Taifun,
The destination folder is exactly this⌠/Android/data/Comb, but it doesnât work
I am copying an image file as a test, but the folder is created and the file is not copied.
In fact, I want to copy the table file created by SQLite to another location and then be able to restore it to the app folder.
Taifun⌠. .
You cannot access the Android/data in above android 10 with file tools extension.
You can only access your app specific directory with file tools extension.
After all it is possible to access Android/data folder but current extension cannot do that.
To be precise, neither with FileTools
nor with any other extension nor with any component or otherwise. This (relative) path /Android/data/Comb/
cannot be generated on Android 11+ programmatically, but only manually via the device. That doesnât mean you can access it through an app, though.
@Eduardo_Ongarelli
So choose as backup folder the ASD (or a subfolder in it) or one of the Shared
folders (as @Taifun suggested).