Re: Finding folder from its id
Re: Finding folder from its id
- Subject: Re: Finding folder from its id
- From: Applescript User Lewis <email@hidden>
- Date: Sun, 24 Mar 2002 04:42:38 -0700
At 14:49 -0800 23/03/02, Paul Berkowitz wrote:
No, not really. 'entire contents', even of a largish folder, is the most
well-known and notorious Finder bug of all. It will never, ever work for a
hole hard disk.
tell application "Finder"
get the first item of entire contents of startup disk
end tell
Yield >> folder "Applications" of startup disk of application "Finder"
works for me. Took a little while (a minute or two) but it worked.
tell application "Finder"
get (the first item whose name contains "Omni") --NB
of entire contents of startup disk
end tell
timed out.
OS X 10.1.3
--
___________________________________________________________________________
| applescript@ & "southgaylord.com"| Unix is very user friendly. It's just |
| I frankly do not believe Micro- | picky about who its friends are. |
| soft has the user's interests at | I want a party where all the women wear|
| heart, or even in mind. | new dresses and the men all drink beer.|
---------------------------------------------------------------------------
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.