Re: List Folders bug?
Re: List Folders bug?
- Subject: Re: List Folders bug?
- From: deivy petrescu <email@hidden>
- Date: Thu, 16 Mar 2006 12:28:40 -0500
On Mar 16, 2006, at 11:17, Daniel Jalkut wrote:
The bug here is that the indicated items are not really "invisible"
- they're just being omitted by the Finder.
If you have dev tools installed try this:
cd /
/Developer/Tools/GetFileInfo mach
attributes: avbstclinmedz
Observe the lower case v, meaning "not invisible."
Now try on another item like "Temporary Items" and observe the
upper case V.
So it appears that AppleScript is obeying the actual state of the
items and the Finder is just kindly omitting them to keep you from
being annoyed by them :)
Daniel
Nice catch.
However, one does not need developer tools, ask "System Events"...
<>
tell application "System Events" to get the visible of disk item "/
mach.sym/"
-->true
</>
_______________________________________________
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