• 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: Safari Download Folder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Safari Download Folder?


  • Subject: Re: Safari Download Folder?
  • From: Dave <email@hidden>
  • Date: Thu, 5 Mar 2009 13:22:39 +0000

Hi Mark,

I missed that bit! I thought the "echo" was just a debug trace, thanks for making it clear!

All the Best
Dave


On 5 Mar 2009, at 12:16, Mark J. Reed wrote:

Dave: There have been three or four messages about this in the thread
already;  expanding the ~ is the whole point of all that (do shell
script "echo") stuff.

That is, if you have the string "~/foo" already in an applescript
variable "x", then

do shell script "echo " & x

will expand the tilde, which means that

POSIX file (do shell script "echo " & x) as alias

Will get you the folder as an Applescript alias..



On 3/5/09, Dave <email@hidden> wrote:
Hi Philip,

On 4 Mar 2009, at 19:01, Philip Aker wrote:


Yes, I just noticed that _after_ I sent that post :-)

However, I think it's "bundle identifier":

set pp to POSIX path of (path to preferences)
set bid to bundle identifier of (info for (path to application
"Safari"))
set sp to pp & bid & ".plist"
tell application "System Events"
	set dldir to get value of property list item "DownloadsPath" of
property list file sp
end tell


This works a treat, thank you so much! One more quick question tho,
if the downloads folder is on the desktop, the path I get returned is:


"~/Desktop/Downloads"

Is there anyway to expand the "~" so it becomes "/Users/Dave/Desktop/
Downloads"?

I can always do the expansion myself, but it would be so much nicer
to have AppleScript do it for me!

Thanks again,
All the Best
Dave



-- Sent from my mobile device

Mark J. Reed <email@hidden>


_______________________________________________
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
References: 
 >Safari Download Folder? (From: Dave <email@hidden>)
 >Re: Safari Download Folder? (From: "Mark J. Reed" <email@hidden>)
 >Re: Safari Download Folder? (From: Luther Fuller <email@hidden>)
 >Re: Safari Download Folder? (From: "Mark J. Reed" <email@hidden>)
 >Re: Safari Download Folder? (From: Philip Aker <email@hidden>)
 >Re: Safari Download Folder? (From: "Mark J. Reed" <email@hidden>)
 >Re: Safari Download Folder? (From: Philip Aker <email@hidden>)
 >Re: Safari Download Folder? (From: Dave <email@hidden>)
 >Re: Safari Download Folder? (From: "Mark J. Reed" <email@hidden>)

  • Prev by Date: Re: Safari Download Folder?
  • Next by Date: Re: Safari Download Folder?
  • Previous by thread: Re: Safari Download Folder?
  • Next by thread: Re: Safari Download Folder?
  • Index(es):
    • Date
    • Thread