ARTICLE AD BOX
I'm using Godot 3.6 and I have an Android project that involves reading and writing text files, but I'm having trouble importing external files from "storage/xxx-xxx/books/texts" or reading from the phone's internal memory.
var file = File.new()
Additional information: I have already granted permissions such as Read and Write external devices in the export options.
