<br><font size=2 face="sans-serif">Hiya,</font>
<br>
<br><font size=2 face="sans-serif">Any AppleScript boffins out there?</font>
<br>
<br><font size=2 face="sans-serif">I'm writing a basic AppleScript droplet
for a Photoshop CS action. The operator will drop a file on the droplet,
Photoshop will open the file and run the action.... and maybe I'll have
it do a few things before or after the action too.</font>
<br>
<br><font size=2 face="sans-serif">Everything is set up OK but I need the
basic code for the &quot;Open&quot; part. Sometimes the file may be a PSD
or it may be a PDF, requiring Rasterising.</font>
<br>
<br><font size=2 face="sans-serif">The manuals talk about opening specific
file types (eg. eps/jpeg/psd etc.) but I was hoping there was a simple
code for just telling Photoshop to Open the dragged file as it normally
does, requesting rasterising or not.</font>
<br>
<br><font size=2 face="sans-serif">Your help is most appreciated.</font>
<br>
<br><font size=2 face="sans-serif">Coj</font>
<br>
<br><font size=2 face="sans-serif">ps. yes, I tried creating a Photoshop
droplet but I'm running a java script within the action to save out JPEG
files and whenever I use the droplet the script fails with &quot;Could
not save because the disk is not available&quot;. If I run the action from
within PShop the java script works fine. This is why I've turned to the
AppleScript to see if it bypasses this issue.</font>
<br>