File component problem with directory create

I checked out Kodular Fenix (v1.5.0) Bug Tracker before creating a new topic

Describe your issue

There is a bug in file component for create a new directory. If i want to create a new directory it created in storage/emulated/0/Android/data/myapppackagename/file on this folder. This problem create after Fenix update.

Steps to reproduce the issue

Expected Behaviour

If i want to create a new directory it created in storage/emulated/0Android/data/myapppackagename/file on this folder.

Actual Behaviour

Directory directly create on /storage/emulated/0/

Show your Blocks

Android version

11

after Kodular targets SDK30 you will not be able to create a directory in the internal (emulated) sdcard anyway… you still will be able to store files in the shared directories like /Documents or /Download

for the changes to expect very soon you can read the App Inventor design document

Taifun

My app created a folder through this component, inside the internal storage of smartphones.

Immagine

If it is no longer possible, how should I change the path so that I can create it and access it again?

just use that folder in the ASD from now on…
Taifun