Re: Script to save webloc
Re: Script to save webloc
- Subject: Re: Script to save webloc
- From: Fuller Luther <email@hidden>
- Date: Thu, 08 Jan 2009 15:39:35 -0600
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.
_______________________________________________
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