It looks like you're new here. If you want to get involved, click one of these buttons!
I know this is unnessesary to ask since Codea has the 'readText()' and 'saveText' functions but if I were using the io library to read a text file from "Documents:Data" for example, what would be the full path to the file?
Let me know if this doesn't work. Change abc.txt to your file name.
file = os.getenv("HOME").."/Documents/abc.txt"
Works great Thanks!
Comments
Let me know if this doesn't work. Change abc.txt to your file name.
Works great
Thanks!