mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
2 lines
110 B
JavaScript
2 lines
110 B
JavaScript
#include lib.js
|
|
var stdout = newFile(arguments[0]);stdout.writeln(app.activeDocument.fullName);stdout.close(); |