I have a program that saves or loads files for use on the next run. It works well in Windows, but no file is saved in the Android output. I checked the permissions of the app and tried again, on the first run of the app I approved the permission to access the files but it still doesn’t work. Should I use a special method to save and load files or save files in a specific path? (I use set_var and store_var)