I'm trying to create a script that writes the IP, login, and password of a server to a file. Then, the script runs 'com.exe' and reads the data from 'output.d'. However, the script is returning text that doesn't appear in 'output.d', and I can't figure out why this is happening. I reviewed the documentation for love.filesystem.read(), but I still don't fully understand how it works.
ivan wrote: ↑Thu Mar 06, 2025 5:28 am
love.filesystem.read() works using relative paths inside the source or appdata directory.
Where is the file located in your case?
Thank you very much for your help but I just realized what I did wrong and now I have fixed the problem.