<?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: How to Load Text File into NSString Using iPhone SDK</title>
	<atom:link href="http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 10 Sep 2010 04:43:23 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: leothenerd</title>
		<link>http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/comment-page-1/#comment-893</link>
		<dc:creator>leothenerd</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/#comment-893</guid>
		<description>&lt;code&gt;
NSString *path = [[NSBundle mainBundle] pathForResource:@&quot;file&quot; ofType:@&quot;txt&quot;];  
NSString *fileText = [NSString stringWithContentsOfFile:path];

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><pre><code>
NSString *path = [[NSBundle mainBundle] pathForResource:@&quot;file&quot; ofType:@&quot;txt&quot;];&nbsp;&nbsp;
NSString *fileText = [NSString stringWithContentsOfFile:path];

</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->