Cannot get text to speech for speaking a text file to work. Speaking text typed in works fine. Also, I am able to bring up the text file fine with a File: Execute File event. The file is in the same directory as the .cap file. I am using Construct v .98.9.
Text to Speech - Speak File Bug example
It works for me if I change it to:
AppPath & "readme.txt"
That is how I usually have to access things in a program's directory.