SetVisibleInTiger
SetVisibleInTiger
- Subject: SetVisibleInTiger
- From: DigitEL <email@hidden>
- Date: Mon, 01 Aug 2005 20:36:33 -0700
Does anyone know if setting the visible of a file is broken in Tiger or am I missing something in the following script that returns 'Stack Overflow' error:
try
set theFile to (choose file)
set itemInfo to (info for theFile)
if (visible of itemInfo) is true then
set visible of alias (theFile as string) to false
else
set visible of alias (the theFile as string) to true
end if
on error errM
display dialog errM
end try
|
_______________________________________________
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