Currently the files (.txt) generated by the app are saved in a folder with:
I want the user to be able to change the "default" folder, is it possible to do this?, I tried to use SaveAs https://www.b4x.com/android/forum/t...-folder-list-of-other-related-methods.129897/, but it shows me the window to select the folder and save the file, and also I can't save the path of that new folder for then open the files directly without showingthe selection window
B4X:
MyFolder = rs.GetSafeDirDefaultExternal("my_files")
I want the user to be able to change the "default" folder, is it possible to do this?, I tried to use SaveAs https://www.b4x.com/android/forum/t...-folder-list-of-other-related-methods.129897/, but it shows me the window to select the folder and save the file, and also I can't save the path of that new folder for then open the files directly without showingthe selection window