Text File Writer Patch

Roger Bolton says:

any chance of writing a new qc plugin that lets you write to a text
file?

I'd like to make some quartz comps where the user can change
positions of objects around and then save their state to a file on
the disk to retrieve it later.... I can retrieve it in using your
text file reader but not write it any way at the moment.

tobyspark's picture
use shell script patch

"the universal hammer"

for instance do shell script "$1 > $2" would append string one to the file at path string 2

you can even "defaults write" =]

toby