Re: memory lapse
Re: memory lapse
- Subject: Re: memory lapse
- From: Christopher Stone <email@hidden>
- Date: Thu, 13 Apr 2017 14:26:14 -0500
On 04/13/2017, at 14:15, Steve Mills <email@hidden> wrote:
You need to keep trying stuff, which is what I always do and what I just did to come up with:
set x to POSIX file ((POSIX path of (path to home folder)) & "Dropbox") as alias
Here's yours:
set dropBoxAlias01 to POSIX file ((POSIX path of (path to home folder)) & "Dropbox") as alias
It shortens to this:
set dropBoxAlias02 to ((path to home folder as text) & "Dropbox") as alias
Rule-of-the-thumb – never mix and match HFS Paths and POSIX Paths unless there's a distinct need.
|
_______________________________________________
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