on open (fileList) tell application "Finder" set myFile to item 1 of fileList if kind of myFile is not "folder" then display dialog "file creator: " & (the creator type of (myFile as alias)) & return & "file type: " & (the file type of (myFile as alias)) end tell end open //shell/2388