Problem Read txt file

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.

The file was created with apk. The file was obtained from a list. These are the blocks:


You do not show any blocks for your attempt to read your text file, nor the error message you receive...




I get the same error with different link to folder Download.

The File component uses relative paths (not absolute or full paths). Set FileScope to Shared before the .ReadFrom_filename blocks.