Use of Directory type with Android internal filesystem.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Riderick

Hi!.. I would like to know if it is possible to create a directory from code in the Android internal storage (/storage/emulated/0) or if I need to activate some permission when exporting the app to Android?

I can read files from the internal storage but it doesn’t let me create directories, I get ERR_CANT_CREATE = 20 — Can’t create error.

I only have read_external_storage and write_external_storage permissions enabled.

Any idea? Thanks.