Managing Files with the ReadFrom and GotText blocks

Hi there,
I am making a simple app that is basically a word processor meant specifically for planning and writing Twitter threads. I am having an issue with the File object and am hoping I can get some help.

I am attempting to write code that will read text from a file saved within a folder within the App filescope (//myApp/myfile.txt for example). That appears to work fine, I can see the file in the elements of the lstOpen ListPicker component, but selecting the filename throws Error 2101: The file //myApp/myfile.txt could not be found. I’ve attached an image of what I think are the applicable blocks.

Thank you!

This still does not appear to be fixed nearly a month later. Any guidance or advice would be appreciated.

The MakeDirectory block expects a directory name, however you are providing a filename…

Use Do it to debug your blocks…
Show us the Do it result of the ListDirectory method…

Also could you please provide a screenshot of the error message to avoid misunderstandings…

Taifun