Re: Set visible
Re: Set visible
- Subject: Re: Set visible
- From: Robert Poland <email@hidden>
- Date: Fri, 16 Aug 2002 18:50:16 -0400
or perhaps by setting its name to something that's normally hidden?
Here is a truly hideous way of doing this:
tell application "Finder"
set name of file myVisibleFile to ".invisible file"
end tell
That works to make a folder invisible but since the finder can't see
an invisible folder, you can't undo it.
--
Bob Poland - Sumter, SC
email@hidden
Check out my garage sale
http://www.ibrb.org/
_______________________________________________
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.