Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if you change line 55: set aFile to file newtifPath as alias
  2. to
  3.     set aFile to file newtifPath as string
  4.  
  5. and change line 59: open aFile showing dialogs never
  6. to
  7.     open alias aFile showing dialogs never
  8.  
  9. then your script should work fine in CS3/CS4/CS5.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement