• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: temporary items
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: temporary items
      • From: Luther Fuller <email@hidden>
References: 
 >temporary items (From: Luther Fuller <email@hidden>)
 >Re: temporary items (From: Luther Fuller <email@hidden>)

  • Prev by Date: POSIX path in Lion
  • Next by Date: Re: POSIX path in Lion
  • Previous by thread: Re: temporary items
  • Next by thread: Re: temporary items
  • Index(es):
    • Date
    • Thread