• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: .chk files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .chk files


  • Subject: Re: .chk files
  • From: Ed Stockly <email@hidden>
  • Date: Sat, 26 Jan 2008 22:27:53 -0800


While I'm at it, I'll ask another question...  I'm realizing some of these files might not be jpegs, and instead could be gifs or tiffs, or maybe something else entirely.



Here's an appleScript version based on a script from Apple...

set this_file to choose file without invisibles
try
  tell application "Image Events"
    launch
    set thisImage to open this_file
    set myType to file type of thisImage
    close thisImage
  end tell
on error errText number errNum
  display dialog errText & space & errNum
  return ""
end try

return myType

ES
=
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: Time to exceute curl
  • Next by Date: Re: Time to exceute curl
  • Previous by thread: Re: .chk files
  • Next by thread: built&released application not functioning on other Macs..
  • Index(es):
    • Date
    • Thread