Re: Temporary items folder in OS 9.1
Re: Temporary items folder in OS 9.1
- Subject: Re: Temporary items folder in OS 9.1
- From: email@hidden
- Date: Wed, 5 Dec 2001 05:50:36 -0600
At 10:53 +0100 12/05/2001, EBI Aktivitet wrought:
>
I just moved a script, that has been working fine, from OS 9.0.4 to OS 9.1,
>
and got into trouble.
>
>
It seems that the folder "Temporary items" no longer exists in OS 9.1. Could
>
this be true? Or is the folder renamed, relocated, or trashed on system
>
startup?
______________________________________________________________________
Greetings,
----------------------------------------------------------------------
tell application "Finder"
try
set theItems to every item of temporary items folder as alias list
on error
set theItems to every item of temporary items folder as alias as list
end try
end tell
----------------------------------------------------------------------
OR using Tanaka:
----------------------------------------------------------------------
set stupDisk to path to startup disk
MT List Folders stupDisk name contains "Temporary Items" of attribute {visible:false} return as alias
----------------------------------------------------------------------
Best Regards,
Christopher Stone
______________________________
StoneWorks Computer Consulting
email@hidden