Skip to content

Instantly share code, notes, and snippets.

@yamadaaaaaaa
Last active January 7, 2019 04:38
Show Gist options
  • Save yamadaaaaaaa/4a315dd7dd7cd1d158cd6b229d53fe7f to your computer and use it in GitHub Desktop.
Save yamadaaaaaaa/4a315dd7dd7cd1d158cd6b229d53fe7f to your computer and use it in GitHub Desktop.
textCreate.jsx
var myText = "After Effects noui";
var myFile = new File("D:/text.txt");
myFile.open("w");
myFile.write(myText);
myFile.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment