I am having trouble reading a txt file from the download folder. The file is created by the same app.
Please show your relevant blocks.
Also, show how you saved the text file to the /Download directory, FileScope settings etc.
Are you sure? If the file was created by Companion beforehand, you cannot access the file with the compiled app, because it is another app. Delete the file before you switch from Companion to APK and vice versa.
You do not show any blocks for your attempt to read your text file, nor the error message you receive...
The File component uses relative paths (not absolute or full paths). Set FileScope
to Shared
before the .ReadFrom_filename
blocks.