Files
ps/runner/scripts/activeDocFullName.jsx
Unknown de16f2c85f Removed v2 tree
It finally became do-able with go 1.11
2018-09-03 02:37:37 -04:00

2 lines
110 B
JavaScript

#include lib.js
var stdout = newFile(arguments[0]);stdout.writeln(app.activeDocument.fullName);stdout.close();