Re: temporary items
Re: temporary items
- Subject: Re: temporary items
- From: Luther Fuller <email@hidden>
- Date: Tue, 16 Aug 2011 17:13:00 -0500
See my remarks in the thread "POSIX path in Lion".I just looked at the script where I had a problem with the temporary items folder. It looked like this ...
set tempRef to (path to temporary items) set objectRef to (POSIX path of tempRef) & projectName & ".app" as POSIX file
So, I changed it to ...
set tempRef to (path to temporary items) set objectRef to (POSIX path of (tempRef as text)) & projectName & ".app" as POSIX file
and it worked in Lion. (But I only had time to try once.)
The temporary items folder problem may be caused by the POSIX path problem in Lion. I'll let you know what develops, later.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden