<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drag and drop multiple URLs</title>
	<atom:link href="http://lapcatsoftware.com/blog/2006/10/09/drag-and-drop-multiple-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://lapcatsoftware.com/blog/2006/10/09/drag-and-drop-multiple-urls/</link>
	<description>Coding under the close supervision of cats</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://lapcatsoftware.com/blog/2006/10/09/drag-and-drop-multiple-urls/comment-page-1/#comment-6</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Mon, 09 Oct 2006 21:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/10/09/drag-and-drop-multiple-urls/#comment-6</guid>
		<description>&lt;blockquote&gt;There is Apple URL pasteboard type, which turns out to be just NSURLPboardType. Unfortunately, youâ€™ll find in the docs for NSPasteboard that NSURLPboardType carries NSURL data for one file or resource. There can be only one, flatlander!&lt;/blockquote&gt;

As I mentioned on &lt;a href=&quot;http://forums.cocoaforge.com/viewtopic.php?p=70447&amp;sid=f9a37f85ee54f97cfd9767b56d8f1d64#70447&quot; rel=&quot;nofollow&quot;&gt;the Vienna forum&lt;/a&gt;, NSURLPboardType is actually an array plist. So if you don&#039;t mind getting your hands dirty (the format could change out from under you), it could be possible to extract multiple URLs from that type. Unfortunately, Safari behaves in accordance with the documentation, and only puts one URL there, so it wouldn&#039;t help.

(To be clear, I do think that that&#039;s a good thing. Apple ignores its documentation enough as it is. :)</description>
		<content:encoded><![CDATA[<blockquote><p>There is Apple URL pasteboard type, which turns out to be just NSURLPboardType. Unfortunately, youâ€™ll find in the docs for NSPasteboard that NSURLPboardType carries NSURL data for one file or resource. There can be only one, flatlander!</p></blockquote>
<p>As I mentioned on <a href="http://forums.cocoaforge.com/viewtopic.php?p=70447&amp;sid=f9a37f85ee54f97cfd9767b56d8f1d64#70447" rel="nofollow">the Vienna forum</a>, NSURLPboardType is actually an array plist. So if you don&#8217;t mind getting your hands dirty (the format could change out from under you), it could be possible to extract multiple URLs from that type. Unfortunately, Safari behaves in accordance with the documentation, and only puts one URL there, so it wouldn&#8217;t help.</p>
<p>(To be clear, I do think that that&#8217;s a good thing. Apple ignores its documentation enough as it is. <img src='http://lapcatsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
