Getting info for files in Finder selection
Getting info for files in Finder selection
- Subject: Getting info for files in Finder selection
- From: pete boardman <email@hidden>
- Date: Fri, 13 May 2005 10:55:23 +0100
I'm trying to get something like this working:
--
tell application "Finder" -- Tiger 10.4.
set theSelection to selection
repeat with i in theSelection
set fi to info for i
end repeat
end tell
--
but I keep getting errors like "Finder got an error: File document
file ... wasn't found."
This gives the same error:
--
tell application "Finder"
set theSelection to selection
end tell
repeat with i in theSelection
set fi to info for i
end repeat
--
I think it's class trouble, but I'm not sure how to resolve it. Is
'info for' wanting something that the Finder isn't giving it?
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden