<?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: Get Users Home Directory &#8211; Part 1</title>
	<atom:link href="http://MobileDeveloperTips.com/data-file-management/get-users-home-directory.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/data-file-management/get-users-home-directory.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Sat, 19 May 2012 05:15:17 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Darren</title>
		<link>http://MobileDeveloperTips.com/data-file-management/get-users-home-directory.html#comment-187</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Fri, 23 Jan 2009 18:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1455#comment-187</guid>
		<description>It&#039;s generally better to use stringByAppendingPathComponent instead of stringByAppendingString.  It will ensure there&#039;s a single slash (/) between each path component.

You can also use the stringByExpandingTildeInPath method.  e.g.:
id plistPath = [@&quot;~/Documents/MyFile.plist&quot; stringByExpandingTildeInPath];</description>
		<content:encoded><![CDATA[<p>It&#8217;s generally better to use stringByAppendingPathComponent instead of stringByAppendingString.  It will ensure there&#8217;s a single slash (/) between each path component.</p>
<p>You can also use the stringByExpandingTildeInPath method.  e.g.:<br />
id plistPath = [@"~/Documents/MyFile.plist" stringByExpandingTildeInPath];</p>
]]></content:encoded>
	</item>
</channel>
</rss>

