Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Open Safari's WhereFrom URLs in the Finder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Open Safari's WhereFrom URLs in the Finder
Authored by: mike666 on Jun 21, '05 12:10:14PM

I got a couple of errors: the extra quote at the end of line 6 needed to be removed and the double quotes around "Where From" in the error dialog either need to be changed to single quotes or escaped somehow.



[ Reply to This | # ]
10.4: Open Safari's WhereFrom URLs in the Finder
Authored by: mike666 on Jun 21, '05 12:21:28PM
Correction: the middle quote of the three at the end of line six should be escaped so the line should read
	set AppleScript's text item delimiters to "\""
Simply removing one of the quotes kills the script's parsing ability.

[ Reply to This | # ]