I know this is a bit off topic but I thought I could get some help from some
of the ace scripters out there.

I want to create a droplet that will create an alias to a file. All the
files are in the same folder. The alias will be renamed.

So far I have the following

on open theFile
    tell application "Finder"
        set thePath to (parent of theFile)
        set newAlias to thePath & ":Before.jpg"
        make new alias file to selection at file newAlias
    end tell
end open

I keep getting run errors about can't get parent of theFile. I obviously
have something wrong here but my AppleScript for Dummies isn't helping me.

Thanks for any help.

-- 
 Andy Fragen
 <[EMAIL PROTECTED]>


-- 
To unsubscribe:               <mailto:[EMAIL PROTECTED]>
To search the archives: 
          <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to