Re: Script to save webloc
Re: Script to save webloc
- Subject: Re: Script to save webloc
- From: Scott Haneda <email@hidden>
- Date: Thu, 8 Jan 2009 14:12:11 -0800
Thanks to all!, I get it now, and it is all working. Cool thing is
the Dropbox is shared across all my machines, so now I can have my
urls easily, on all machines.
On Jan 8, 2009, at 1:39 PM, Fuller Luther wrote:
On Jan 8, 2009, at 3:16 PM, Scott Haneda wrote:
Also trying this and still not getting anywhere:
( Dropbox does exist in my home folder )
set homeFolder to (path to home folder from user domain)
tell application "Finder"
set someFolder to (folder "Dropbox" of homeFolder) as alias
set dest to someFolder
end tell
So far, we have ...
set homeFolder to (path to home folder from user domain)
tell application "Finder"
set dest to (folder "Dropbox" of homeFolder) as alias
end tell
display dialog dest as string
Note the change I made. The 'set dest to ...' line will error if the
folder "Dropbox" does not exist in the specified location. If that's
where you want the new internet locator file saved, then you WILL
have to create this folder manually.
--
Scott
_______________________________________________
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