Text file path?

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!