<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cocoa Touch on Arcanelab Blog</title><link>https://blog.arcanelab.com/tags/cocoa-touch/</link><description>Recent content in Cocoa Touch on Arcanelab Blog</description><generator>Hugo</generator><language>en-US</language><copyright>Zoltán Majoros</copyright><lastBuildDate>Fri, 24 Sep 2010 18:07:00 +0200</lastBuildDate><atom:link href="https://blog.arcanelab.com/tags/cocoa-touch/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting filepath to the Documents folder on iPhone To achieve the task written in the…</title><link>https://blog.arcanelab.com/2010/09/getting-filepath-to-the-documents-folder-on-iphone-to/</link><pubDate>Fri, 24 Sep 2010 18:07:00 +0200</pubDate><guid>https://blog.arcanelab.com/2010/09/getting-filepath-to-the-documents-folder-on-iphone-to/</guid><description>&lt;h1&gt;Getting filepath to the Documents folder on iPhone&lt;/h1&gt;
&lt;p&gt;To achieve the task written in the title of this post, you have to do the following:&lt;/p&gt;
&lt;pre&gt;NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); 
NSString *documentsPath = [paths objectAtIndex:0];&lt;/pre&gt;</description></item><item><title>TBXML</title><link>https://blog.arcanelab.com/2010/07/tbxml/</link><pubDate>Sun, 25 Jul 2010 01:11:00 +0200</pubDate><guid>https://blog.arcanelab.com/2010/07/tbxml/</guid><description/></item></channel></rss>