Re: Changing the 'invisible' property
Re: Changing the 'invisible' property
- Subject: Re: Changing the 'invisible' property
- From: Brandon Lake <email@hidden>
- Date: Thu, 14 Aug 2003 18:01:46 -0700
On Thursday, August 14, 2003, at 11:11 AM, Doug McNutt wrote:
/Developer/Tools/SetFile -a V <file or folder> (makes invisible)
/Developer/Tools/SetFile -a v <file or folder> (makes visible)
Thanks Doug, for the information,
I used it to write a tiny droplet, and just dragged all my affected
files over. It's not anything wonderful, but it served my purpose. :o)
Thanks again,
Brandon
In case anyone is interested it is here:
on open filelist
display dialog "This will make all files visible (must make all files
that are invisible visible first by using a show/hide method) and
remove them from bundles." buttons {"Cancel", "OK"} default button 2
repeat with i in filelist
do shell script "/Developer/Tools/SetFile -a vb " & quoted form of
POSIX path of i
end repeat
end open
_______________________________________________
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.