<?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: Setting the root directory on a FileSystemTree control in Adobe AIR</title>
	<atom:link href="http://airexamples.com/2008/12/13/setting-the-root-directory-on-a-filesystemtree-control-in-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://airexamples.com/2008/12/13/setting-the-root-directory-on-a-filesystemtree-control-in-adobe-air/</link>
	<description>A bunch of Adobe AIR examples*</description>
	<lastBuildDate>Thu, 18 Mar 2010 00:27:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zmart</title>
		<link>http://airexamples.com/2008/12/13/setting-the-root-directory-on-a-filesystemtree-control-in-adobe-air/comment-page-1/#comment-36</link>
		<dc:creator>zmart</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://airexamples.com/?p=36#comment-36</guid>
		<description>The solution is found:
&lt;pre lang=&quot;actionscript3&quot;&gt;
workDir = new File(&quot;file:///C:/Work&quot;);  // was workDir = File(&quot;C:/Work&quot;);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The solution is found:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">workDir = <span style="color: #0033ff; font-weight: bold;">new</span> File<span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;file:///C:/Work&quot;</span><span style="color: #000000;">&#41;</span>;  <span style="color: #009900;">// was workDir = File(&quot;C:/Work&quot;);</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: zmart</title>
		<link>http://airexamples.com/2008/12/13/setting-the-root-directory-on-a-filesystemtree-control-in-adobe-air/comment-page-1/#comment-33</link>
		<dc:creator>zmart</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://airexamples.com/?p=36#comment-33</guid>
		<description>Hi Peter,

I am trying to set the custom directory, let&#039;s say &quot;C:\Work&quot;.
Still trying :(
I was wondering if you give me some advice how to do that.
Thanks. 

Code below doesn&#039;t work properly
&lt;pre lang=&quot;actionscript3&quot;&gt;
[Bindable] private var workDir:File;
workDir = File(&quot;C:\Work&quot;); 
&lt;/pre&gt;

&lt;pre lang=&quot;mxml&quot;&gt;
&lt;mx:FileSystemTree id=&quot;fsTree&quot; directory=&quot;{workDir}&quot; width=&quot;574&quot; height=&quot;144&quot;&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I am trying to set the custom directory, let&#8217;s say &#8220;C:\Work&#8221;.<br />
Still trying :(<br />
I was wondering if you give me some advice how to do that.<br />
Thanks. </p>
<p>Code below doesn&#8217;t work properly</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #000000;">&#91;</span>Bindable<span style="color: #000000;">&#93;</span> <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #6699cc; font-weight: bold;">var</span> workDir<span style="color: #000000; font-weight: bold;">:</span>File;
workDir = File<span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;C:<span style="">\W</span>ork&quot;</span><span style="color: #000000;">&#41;</span>;</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:FileSystemTree</span> id=<span style="color: #ff0000;">&quot;fsTree&quot;</span> directory=<span style="color: #ff0000;">&quot;{workDir}&quot;</span> width=<span style="color: #ff0000;">&quot;574&quot;</span> height=<span style="color: #ff0000;">&quot;144&quot;</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>
