<?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: Monitoring File Changes in Adobe AIR</title>
	<atom:link href="http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/</link>
	<description>code = joy</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IdeasMX</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-18292</link>
		<dc:creator>IdeasMX</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-18292</guid>
		<description>Great help for my project, thanks :P</description>
		<content:encoded><![CDATA[<p>Great help for my project, thanks :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-18228</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-18228</guid>
		<description>This works fine monitoring a folder/directory (dispatches a change event if a file within the folder is either created, removed, or modified)... But it does not seem to recurse into any sub-directories. Is there an easy way to get it to do this? If not I suppose the best thing would be to manually recurse into the directory and add a new monitor for every subdirectory... but that may get resource intensive seeing as this is running off timers.</description>
		<content:encoded><![CDATA[<p>This works fine monitoring a folder/directory (dispatches a change event if a file within the folder is either created, removed, or modified)&#8230; But it does not seem to recurse into any sub-directories. Is there an easy way to get it to do this? If not I suppose the best thing would be to manually recurse into the directory and add a new monitor for every subdirectory&#8230; but that may get resource intensive seeing as this is running off timers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-18016</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 30 Nov 2009 14:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-18016</guid>
		<description>Good day, Mike Chambers!
First of all, thank you for intersting and usefull article about files monitoring.

I create sample project, download last .zip archive of as3core library (there is no air.filesystem package, but a manually add neccessary files FileMonitor.as, FileMonitorEvent.as, FileUtil.as, VolumeMonitor.as).

But, when I run the project - I got exception at
FileMonitor.as line 135:
if(timer.running)... // here timer object is null

So, could you send me sample project?

Thx</description>
		<content:encoded><![CDATA[<p>Good day, Mike Chambers!<br />
First of all, thank you for intersting and usefull article about files monitoring.</p>
<p>I create sample project, download last .zip archive of as3core library (there is no air.filesystem package, but a manually add neccessary files FileMonitor.as, FileMonitorEvent.as, FileUtil.as, VolumeMonitor.as).</p>
<p>But, when I run the project &#8211; I got exception at<br />
FileMonitor.as line 135:<br />
if(timer.running)&#8230; // here timer object is null</p>
<p>So, could you send me sample project?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie crystle</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-17476</link>
		<dc:creator>charlie crystle</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-17476</guid>
		<description>hi--Is there a way to do this without using a Timer do constantly poll for changes? I&#039;d like to see something truly event driven--something that is triggered by a system event, rather than polling every ms to see if there&#039;s been a change--a true listener.</description>
		<content:encoded><![CDATA[<p>hi&#8211;Is there a way to do this without using a Timer do constantly poll for changes? I&#8217;d like to see something truly event driven&#8211;something that is triggered by a system event, rather than polling every ms to see if there&#8217;s been a change&#8211;a true listener.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-16925</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Mon, 05 Oct 2009 10:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-16925</guid>
		<description>Anyway to monitor a folder which returns the file name that is being changed? I have used f.browseForDirectory(&quot;select a folder&quot;);
which works perfectly. However, it does not return the file name of the file that is being changed.</description>
		<content:encoded><![CDATA[<p>Anyway to monitor a folder which returns the file name that is being changed? I have used f.browseForDirectory(&#8220;select a folder&#8221;);<br />
which works perfectly. However, it does not return the file name of the file that is being changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noj</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-16654</link>
		<dc:creator>noj</dc:creator>
		<pubDate>Mon, 31 Aug 2009 00:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-16654</guid>
		<description>damn, never mind. I thought the FileMonitor would allow to monitor a folder, and would let you add events to see what files changed, where they have moved e.t.c</description>
		<content:encoded><![CDATA[<p>damn, never mind. I thought the FileMonitor would allow to monitor a folder, and would let you add events to see what files changed, where they have moved e.t.c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noj</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-16653</link>
		<dc:creator>noj</dc:creator>
		<pubDate>Mon, 31 Aug 2009 00:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-16653</guid>
		<description>Cheers Mike,
awesome work! I wanted to make an air app that would allow syncing of your directories on an ftp server using the ftp protocol. 

How intensive is FileMonitor performance wise. I&#039;ve seen some air apps which hog alot of RAM, would monitoring 1000 Files kill your machine?</description>
		<content:encoded><![CDATA[<p>Cheers Mike,<br />
awesome work! I wanted to make an air app that would allow syncing of your directories on an ftp server using the ftp protocol. </p>
<p>How intensive is FileMonitor performance wise. I&#8217;ve seen some air apps which hog alot of RAM, would monitoring 1000 Files kill your machine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yar</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-16538</link>
		<dc:creator>yar</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-16538</guid>
		<description>Now that I have this code I can take over the world and also avoid writing a text editor. Thanks!</description>
		<content:encoded><![CDATA[<p>Now that I have this code I can take over the world and also avoid writing a text editor. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monitor</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-16255</link>
		<dc:creator>monitor</dc:creator>
		<pubDate>Fri, 22 May 2009 11:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-16255</guid>
		<description>hi,

i think there&#039;s a bug in the watch()/unwatch() methods: if you call unwatch() and then watch() again, the timer is not restarted because the listener was removed in the unwatch() method. this could be fixed by setting timer=null at the end of the unwatch() method. further, it&#039;s not clear that watch() has to be called again when a new file is set with the file-setter (because it calls unwatch() internally). otherwise it&#039;s a helpful class, thanks!</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i think there&#8217;s a bug in the watch()/unwatch() methods: if you call unwatch() and then watch() again, the timer is not restarted because the listener was removed in the unwatch() method. this could be fixed by setting timer=null at the end of the unwatch() method. further, it&#8217;s not clear that watch() has to be called again when a new file is set with the file-setter (because it calls unwatch() internally). otherwise it&#8217;s a helpful class, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Almog</title>
		<link>http://www.mikechambers.com/blog/2009/03/11/monitoring-file-changes-in-adobe-air/comment-page-1/#comment-16206</link>
		<dc:creator>Almog</dc:creator>
		<pubDate>Wed, 06 May 2009 00:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1691#comment-16206</guid>
		<description>Hi this is great I am using flex to create an air app
is there a Flex version for this? 
I tried using this buts its not working maybe I am doing something wrong</description>
		<content:encoded><![CDATA[<p>Hi this is great I am using flex to create an air app<br />
is there a Flex version for this?<br />
I tried using this buts its not working maybe I am doing something wrong</p>
]]></content:encoded>
	</item>
</channel>
</rss>
