ogai_p
14 years agoVisitor
How to write using WriteAsciiFile?
Hi,
Using this function writes to a temporary file that disappears when my channel is closed:
WriteAsciiFile("tmp:/config.txt", "the text to write")
What filepath should I use so that the data I write still exists once my channel is closed then reopened?
Thanks in advance!
Using this function writes to a temporary file that disappears when my channel is closed:
WriteAsciiFile("tmp:/config.txt", "the text to write")
What filepath should I use so that the data I write still exists once my channel is closed then reopened?
Thanks in advance!