08.08.14, 15:24
hi to all
i have a problem. i want to load data from a txt, so i've used this code:
var file = Dialog.fileOpen('Select the txt file'); file.open();
as used in another thread (post).
But when i run the script, the console says "Error: Unknown error".
I'm using Scriptographer 2.9.065 on CS4 (win).
Any hint?