-
Append a text file with expressions.
I got a hard one for you.
I know that with the expression
$.evalFile (myPath);
You can read a text file, but is there a way to append an existing text file on your computer or to create a new text file ?
I have a text file called data.txt which I read the variables with the values in the file. If I want to do some calculations in one of my composition and store the result in a text file, either this one or another one so I can latter call the results.
Can this be done? Basically I am asking if there is a write or print command for an external text file.