Re: .chk files
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