NEWBIE - using filepaths in applescript
NEWBIE - using filepaths in applescript
- Subject: NEWBIE - using filepaths in applescript
- From: Jeff Brown <email@hidden>
- Date: Mon, 18 Jul 2005 17:12:33 -0700 (PDT)
Hi Guys
For some reason my post to applescript users keeps
getting rejected. Maybe you can help.
I wrote this bit of applescript to run a javascript
but it gives me an error:
File /Applications/Portrait Patch
2/aJBFiles/resizeImagesTest.js does not exist.
But it does exist. What am I doing wrong?
tell application "Adobe Photoshop CS"
activate
set scriptFile to {"/Applications/Portrait Patch
2/aJBFiles/resizeImagesTest.js"} as alias
do javascript scriptFile
end tell
Cheers
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden