<?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: FolderSweep source code</title>
	<atom:link href="http://mattgemmell.com/2008/04/10/foldersweep-source-code/feed" rel="self" type="application/rss+xml" />
	<link>http://mattgemmell.com/2008/04/10/foldersweep-source-code</link>
	<description>Modesty is Lying</description>
	<lastBuildDate>Sat, 20 Mar 2010 20:20:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mac Developer Network &#187; Blog Archive &#187; &#187; FolderSweep</title>
		<link>http://mattgemmell.com/2008/04/10/foldersweep-source-code/comment-page-1#comment-40494</link>
		<dc:creator>Mac Developer Network &#187; Blog Archive &#187; &#187; FolderSweep</dc:creator>
		<pubDate>Thu, 18 Dec 2008 19:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2008/04/10/foldersweep-source-code#comment-40494</guid>
		<description>[...] Get the code from Matt Gemmell&#8217;s site here [...]</description>
		<content:encoded><![CDATA[<p>[...] Get the code from Matt Gemmell&#8217;s site here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Legend Gemmell</title>
		<link>http://mattgemmell.com/2008/04/10/foldersweep-source-code/comment-page-1#comment-39613</link>
		<dc:creator>Matt Legend Gemmell</dc:creator>
		<pubDate>Thu, 08 May 2008 13:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2008/04/10/foldersweep-source-code#comment-39613</guid>
		<description>Hi Aaron,

Yes, it&#039;s easy. In the sweeper:processFile:named:hasInfo:contents: method, you&#039;re given an FSRef for the file. You can turn that into a path like this:

NSString *path = [sweeper pathForRef:aFileRef];</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>Yes, it&#8217;s easy. In the sweeper:processFile:named:hasInfo:contents: method, you&#8217;re given an FSRef for the file. You can turn that into a path like this:</p>
<p>NSString *path = [sweeper pathForRef:aFileRef];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://mattgemmell.com/2008/04/10/foldersweep-source-code/comment-page-1#comment-39612</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 08 May 2008 13:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2008/04/10/foldersweep-source-code#comment-39612</guid>
		<description>Is there any way to get the full path to the files as they are processed, instead of just the filename?</description>
		<content:encoded><![CDATA[<p>Is there any way to get the full path to the files as they are processed, instead of just the filename?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
