<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Powertips &#187; NSFileManager</title>
	<atom:link href="http://scripting.chaindb.com/category/ios/nsfilemanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://scripting.chaindb.com</link>
	<description>Programmer tips</description>
	<lastBuildDate>Tue, 15 May 2012 23:56:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to check if file is exists in iOS</title>
		<link>http://scripting.chaindb.com/2011/06/25/how-to-check-if-file-is-exists-in-ios/</link>
		<comments>http://scripting.chaindb.com/2011/06/25/how-to-check-if-file-is-exists-in-ios/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 04:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[NSFileManager]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://scripting.chaindb.com/?p=984</guid>
		<description><![CDATA[use the NSFileManager class. BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:@&#8221;filename&#8221;];]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_468x15, created 5/12/10 */
google_ad_slot = "3352621531";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p style="text-align: justify;">use the <a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html">NSFileManager class</a>.</p>
<p>
BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:@&#8221;filename&#8221;];<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_Banner (468 x 60) */
google_ad_slot = "0537236933";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://scripting.chaindb.com/2011/06/25/how-to-check-if-file-is-exists-in-ios/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

