• 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: Filtering by author and file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filtering by author and file


  • Subject: Re: Filtering by author and file
  • From: Luther Fuller <email@hidden>
  • Date: Tue, 21 Aug 2007 19:54:34 -0500

On Aug 21, 2007, at 7:46 PM, Michelle Steiner wrote:
It does not work if the file's name contains a space.

Mmmmm. But this does ...

on open dropList
	tell application "Finder"
		repeat with dropItem in dropList
			if (class of item dropItem) is document file then
				do shell script "mdls " & (quoted form of POSIX path of dropItem)
				display dialog the result
			end if
		end repeat
	end tell
end open

_______________________________________________
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
  • Follow-Ups:
    • Re: Filtering by author and file
      • From: Philip Aker <email@hidden>
References: 
 >Filtering by author and file (From: "Ignacio Russell" <email@hidden>)
 >Re: Filtering by author and file (From: Luther Fuller <email@hidden>)
 >Re: Filtering by author and file (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: Filtering by author and file
  • Next by Date: Re: author and filetype
  • Previous by thread: Re: Filtering by author and file
  • Next by thread: Re: Filtering by author and file
  • Index(es):
    • Date
    • Thread