Re: Changing File Type
Re: Changing File Type
- Subject: Re: Changing File Type
- From: "Marc K. Myers" <email@hidden>
- Date: Sat, 09 Jun 2001 00:21:40 -0400
- Organization: [very little]
>
Date: Fri, 08 Jun 2001 13:05:32 +0000
>
Subject: Changing File Type
>
From: Mac <email@hidden>
>
To: <email@hidden>
>
>
Hello All,
>
>
I have a open handler script that loops through each picture file
>
and performs a photoshop action and then imports each file into it's
>
appropriate picture box in quarkXpress great time saver. I have a problem
>
that if a certain picture file was not created in photoshop then it opens
>
the application that created it. Can somebody help me with the code to check
>
each file and change it's creator type if necessary or perhaps some other
>
method. Maybe I'm nested wrong. I gotta add that I love my macintosh.
I suspect the reason that files are being opened in the "wrong"
application is that you are using the Finder to open them. Is there
some reason why you can't use Photoshop to open them?
tell application "Photoshop" to open {alias someFile}
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[6/9/01 12:21:09 AM]