<?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"
	>
<channel>
	<title>Comments on: AIR applications File and Directory</title>
	<atom:link href="http://www.flexer.info/2008/05/08/air-applications-file-and-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/05/08/air-applications-file-and-directory/</link>
	<description>flex developers web corner</description>
	<pubDate>Sat, 11 Oct 2008 12:59:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Quick Tip: When updating an Air application with sqlite &#8230; at</title>
		<link>http://www.flexer.info/2008/05/08/air-applications-file-and-directory/#comment-742</link>
		<dc:creator>Quick Tip: When updating an Air application with sqlite &#8230; at</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=164#comment-742</guid>
		<description>[...] More information about the paths to the directories air uses can be found at: flexer.info [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] More information about the paths to the directories air uses can be found at: flexer.info [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AIR LocalStorage Location &#38;laquo; Tekitwa's Weblog</title>
		<link>http://www.flexer.info/2008/05/08/air-applications-file-and-directory/#comment-679</link>
		<dc:creator>AIR LocalStorage Location &#38;laquo; Tekitwa's Weblog</dc:creator>
		<pubDate>Fri, 29 Aug 2008 07:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=164#comment-679</guid>
		<description>[...] AIR LocalStorage&#160;Location  http://www.flexer.info/2008/05/08/air-applications-file-and-directory/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] AIR LocalStorage&nbsp;Location  <a href="http://www.flexer.info/2008/05/08/air-applications-file-and-directory/"  rel="nofollow">http://www.flexer.info/2008/05/08/air-applications-file-and-directory/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Weber</title>
		<link>http://www.flexer.info/2008/05/08/air-applications-file-and-directory/#comment-289</link>
		<dc:creator>Stephen Weber</dc:creator>
		<pubDate>Thu, 12 Jun 2008 19:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=164#comment-289</guid>
		<description>Fantastic Post!!
Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Fantastic Post!!<br />
Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virgil Cristea</title>
		<link>http://www.flexer.info/2008/05/08/air-applications-file-and-directory/#comment-214</link>
		<dc:creator>Virgil Cristea</dc:creator>
		<pubDate>Fri, 16 May 2008 07:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=164#comment-214</guid>
		<description>Yes it can be done. Here is a quick snippet:

var prefFile:File = File.applicationDirectory;
prefFile = prefFile.resolvePath("pref.xml");
var stream:FileStream = new FileStream();
stream.open(prefFile, FileMode.WRITE);
stream.writeUTFBytes("my cool text");
stream.close();

Hope it helps,
Virgil</description>
		<content:encoded><![CDATA[<p>Yes it can be done. Here is a quick snippet:</p>
<p>var prefFile:File = File.applicationDirectory;<br />
prefFile = prefFile.resolvePath(&#8221;pref.xml&#8221;);<br />
var stream:FileStream = new FileStream();<br />
stream.open(prefFile, FileMode.WRITE);<br />
stream.writeUTFBytes(&#8221;my cool text&#8221;);<br />
stream.close();</p>
<p>Hope it helps,<br />
Virgil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pK</title>
		<link>http://www.flexer.info/2008/05/08/air-applications-file-and-directory/#comment-212</link>
		<dc:creator>pK</dc:creator>
		<pubDate>Thu, 15 May 2008 18:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=164#comment-212</guid>
		<description>Hi,

I have a question. Can we write programmatically to the Application directory (the directory where AIR app is installed).
I tried and I do not seem to do that? Are thereany restrictions? or is there any way we could do that.
Thanks,
Karthik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a question. Can we write programmatically to the Application directory (the directory where AIR app is installed).<br />
I tried and I do not seem to do that? Are thereany restrictions? or is there any way we could do that.<br />
Thanks,<br />
Karthik</p>
]]></content:encoded>
	</item>
</channel>
</rss>
