How to read the file from ASD folder

thank you :slightly_smiling_face:

For Android > 9 (API 28) the File component automatically redirects the path to the ASD, defining a relative path in the process. For Android < 10, the relative path must be specified.

Kodular’s component see Device Utilities - Kodular Docs

I added getAPI level (SdkVersion) in my GetASD extension:

grafik

1 Like

Thank you for taking the trouble to help me.
now everything works well as I expect. :slightly_smiling_face:

1 Like