Re: downloading a file into a folder (still)
Re: downloading a file into a folder (still)
- Subject: Re: downloading a file into a folder (still)
- From: Doug McNutt <email@hidden>
- Date: Mon, 21 Feb 2005 19:53:56 -0700
At 17:05 -0800 2/21/05, Ed Rush wrote:
>set destFolder to "Puzzles To Do/"
>set myFileName to thisYear & "-" & thisMonthNumber & "-" & thisDay & "-LATimes.puz"
>do shell script ("curl " & this_URL & " -o " & POSIX path of (((path to desktop) as string) & quoted form of destFolder & myFileName))
It looks as though you may be missing a solidus between the desktop folder and the dest folder. Try printing it out to display dialog or to the response window to see.
set destFolder to "/Puzzles To Do/" -- perhaps
You might also take the quoted form of the whole thing rather than just the destination folder.
--
--> From the U S of A, the only socialist country that refuses to admit it. <--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden