<?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: iPhone File System: Creating, Renaming and Deleting Files</title>
	<atom:link href="http://iPhoneDeveloperTips.com/data-file-management/iphone-file-system-creating-renaming-and-deleting-files.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/data-file-management/iphone-file-system-creating-renaming-and-deleting-files.html</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:00:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bill Heyman</title>
		<link>http://iPhoneDeveloperTips.com/data-file-management/iphone-file-system-creating-renaming-and-deleting-files.html/comment-page-1#comment-6020</link>
		<dc:creator>Bill Heyman</dc:creator>
		<pubDate>Tue, 27 Oct 2009 17:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4380#comment-6020</guid>
		<description>The Apple preferred (yet, abbreviated in this snippet--no check of empty array) way of getting the Documents directory is as follows:

[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex: 0];</description>
		<content:encoded><![CDATA[<p>The Apple preferred (yet, abbreviated in this snippet&#8211;no check of empty array) way of getting the Documents directory is as follows:</p>
<p>[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex: 0];</p>
]]></content:encoded>
	</item>
</channel>
</rss>
