This seems to work OK for me. I created a file in a folder
```program/test/test.txt``` and I could open it in a test program (via ```fopen
("./test/test.txt", "r");```. My working dir was set to the ```program```
folder. Are you sure you set the directory properly?
E.g. see the screenshot below:

Only setting the ```Executable``` is not enough.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/785#issuecomment-467175127