Re: Filtering by author and file
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