Path of file in \file name.txt in device with 10 or higher android version

Hi,i use file(\filename.txt) to save data in device.in device with android under 10 ,i see file in under path:
Internal storage-android-data-files-package name-file name
In device with 10 or higher android i use (\file name.txt) but dont see in above adress.

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Please see also this thread Some basics on Android storage system

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Do you mean:
/filename.txt
?

If you do, and you are using the file component to save the file, the path to the file in Android >=10 is
/storage/emulated/0/Android/data/<packageName>/files/filename.txt

This is a read/write location for your app (only)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.