Re: OSX bug? is there a work around
Re: OSX bug? is there a work around
- Subject: Re: OSX bug? is there a work around
- From: Olivier Destrebecq <email@hidden>
- Date: Fri, 19 Oct 2001 09:37:29 -0500
Accordingluy to what i found this is npot a bug, but a feature.
"When using the 'path to' scripting addition, if the request is for a system
folder that does not exist, it will not be created; instead, the error
'Folder is not available in this operating system version' is returned"
from apple web site
so how do i create it if i need it?
any idea
>
From: Olivier Destrebecq <email@hidden>
>
Date: Fri, 19 Oct 2001 08:55:22 -0500
>
To: AS User <email@hidden>
>
Subject: OSX bug? is there a work around
>
>
The following script will fail under OS10.1 where it worked under 10.0.x
>
tell app "Finder"
>
set bob to path to temporary items
>
end tell
>
>
I have a script that ask excel to perform a whole bunch of stuff on a
>
spreadsheet and then save it to the temp folder so that the user don't have
>
to see it and then return the path to the file.
>
>
Does anybody know of a way to access this folder without this command that
>
will work under any circumtances (administrator logged in, or user)
>
>
olivier
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users