RE: Applescript differences between OS 8 and 9...
RE: Applescript differences between OS 8 and 9...
- Subject: RE: Applescript differences between OS 8 and 9...
- From: Hellum Timothy <email@hidden>
- Date: Tue, 28 Nov 2000 21:07:28 -0500
Well Bill,
The code was posted today at about 3 pm, but it goes as follows:
on open (theList)
tell application "Finder"
repeat with theItem in theList
if class of theItem is file then
set locked of theItem to false
end if
set fileName to name of theItem
set fileType to file type of theItem
set creator type of theItem to "8BIM"
end repeat
end tell
end open
Thank you for any insights...
_______________________________
Dark and Desert and Destriers me ken,
and War and the Glaive and the Paper and Pen.
Al-Murabbi
>
----------
>
From: Bill Briggs
>
Sent: Tuesday, November 28, 2000 7:47 PM
>
To: Hellum Timothy; 'email@hidden'
>
Subject: Re: Applescript differences between OS 8 and 9...
>
>
Well, could be a difference, could be a bug. If you don't post the
>
droplet it's difficult to determine what the problem is.
>
>
- web
>
>
At 4:18 PM -0500 28/11/00, Hellum Timothy wrote:
>
>I haven't actually experienced the fail...
>
>
>
>I posted the droplet at Resexcellence.com and someone wrote me and said
>
it
>
>wouldn't work on their machine at home (8.6), but would at work (9.04).
>
I
>
>have tested the script on OS 8.1 (Applescript Extension v 1.1.2) and it
>
>works just fine. Just thought I'd post the query to this list and see
>
what
>
>people thought.