OSX bug? is there a work around
OSX bug? is there a work around
- Subject: OSX bug? is there a work around
- From: Olivier Destrebecq <email@hidden>
- Date: Fri, 19 Oct 2001 08:55:22 -0500
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