<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Quick Tip: Show/Hide Hidden Files</title>
	<atom:link href="http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/</link>
	<description>TheAppleBlog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:55:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mac</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-66302</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-66302</guid>
		<description>Here&#039;s how to make a shell script to do this for you if you prefer just using Terminal
http://macmartine.com/blog/2009/11/shell-script-to-showhide-hidden-files-on-os-x.html</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how to make a shell script to do this for you if you prefer just using Terminal<br />
<a href="http://macmartine.com/blog/2009/11/shell-script-to-showhide-hidden-files-on-os-x.html" rel="nofollow">http://macmartine.com/blog/2009/11/shell-script-to-showhide-hidden-files-on-os-x.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-63765</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-63765</guid>
		<description>Hi, this method works perfectly. However it does not seem to apply immediately even when i close all the finder windows. It only shows all the hidden files when i re-start my mackbook. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, this method works perfectly. However it does not seem to apply immediately even when i close all the finder windows. It only shows all the hidden files when i re-start my mackbook. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolf85</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-63202</link>
		<dc:creator>Wolf85</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-63202</guid>
		<description>My parents used to torture me as a child. ,</description>
		<content:encoded><![CDATA[<p>My parents used to torture me as a child. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Carlson</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-62249</link>
		<dc:creator>Jeremy Carlson</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-62249</guid>
		<description>Update - once I tried this a couple of times, the loss of my current Finder windows really bothered me. So I searched around, and found AppleScript for quitting/reactivating the Finder.

Preserving the current Finder windows is nice.

Now my Automator script looks like this:

[ Run Shell Script - has this: ]
defaults write com.apple.finder AppleShowAllFiles FALSE

[ Run AppleScript - has this: ]
activate application &quot;Finder&quot; --gives Finder focus

tell application &quot;Finder&quot;
	quit
	delay 2 --finder needs some time to save its state
	activate application &quot;Finder&quot; --restart Finder
end tell

Hope this helps someone!</description>
		<content:encoded><![CDATA[<p>Update &#8211; once I tried this a couple of times, the loss of my current Finder windows really bothered me. So I searched around, and found AppleScript for quitting/reactivating the Finder.</p>
<p>Preserving the current Finder windows is nice.</p>
<p>Now my Automator script looks like this:</p>
<p>[ Run Shell Script - has this: ]<br />
defaults write com.apple.finder AppleShowAllFiles FALSE</p>
<p>[ Run AppleScript - has this: ]<br />
activate application &#8220;Finder&#8221; &#8211;gives Finder focus</p>
<p>tell application &#8220;Finder&#8221;<br />
	quit<br />
	delay 2 &#8211;finder needs some time to save its state<br />
	activate application &#8220;Finder&#8221; &#8211;restart Finder<br />
end tell</p>
<p>Hope this helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Carlson</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-61682</link>
		<dc:creator>Jeremy Carlson</dc:creator>
		<pubDate>Fri, 09 Oct 2009 21:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-61682</guid>
		<description>Wow - thanks! Actually got me using Automator. I&#039;ve looked at that thing before, never figured out how to use it, though I knew I wanted to.

Quick and VERY useful. I tried the other options, but the original worked best for me.</description>
		<content:encoded><![CDATA[<p>Wow &#8211; thanks! Actually got me using Automator. I&#8217;ve looked at that thing before, never figured out how to use it, though I knew I wanted to.</p>
<p>Quick and VERY useful. I tried the other options, but the original worked best for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahdieh</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-61170</link>
		<dc:creator>Mahdieh</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-61170</guid>
		<description>OMG, That was an awesome trick. Thank you very much.
I have a question about virtual box on mac : I have installed windows xp in virtual box on mac, but USP ports doesn&#039;t work.
Do you know how I could enable them???

Thank you so much</description>
		<content:encoded><![CDATA[<p>OMG, That was an awesome trick. Thank you very much.<br />
I have a question about virtual box on mac : I have installed windows xp in virtual box on mac, but USP ports doesn&#8217;t work.<br />
Do you know how I could enable them???</p>
<p>Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conway</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-59330</link>
		<dc:creator>Conway</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-59330</guid>
		<description>Wow... that was sweet! easy as eating chips. I found the original post to be fantastic and it was easy to follow and it work like a charm.</description>
		<content:encoded><![CDATA[<p>Wow&#8230; that was sweet! easy as eating chips. I found the original post to be fantastic and it was easy to follow and it work like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-58855</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-58855</guid>
		<description>I had this working on my system until I upgraded to Mac OS 10.6 Snow Leopard. Now, I don&#039;t get the contextual menu listing Automator workflows. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I had this working on my system until I upgraded to Mac OS 10.6 Snow Leopard. Now, I don&#8217;t get the contextual menu listing Automator workflows. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55679</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Mon, 24 Aug 2009 03:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55679</guid>
		<description>What I was asking was hot to remove the two options from the menu. So when you right click the desktop, hover more, then automator it doesnt show, &quot;show hidden files&quot; and hide hidden files. But I solved it.

open finder&gt;go&gt;go to folder...&gt;~/Library/Workflows/Applications/Finder&gt;delete the two files.</description>
		<content:encoded><![CDATA[<p>What I was asking was hot to remove the two options from the menu. So when you right click the desktop, hover more, then automator it doesnt show, &#8220;show hidden files&#8221; and hide hidden files. But I solved it.</p>
<p>open finder&gt;go&gt;go to folder&#8230;&gt;~/Library/Workflows/Applications/Finder&gt;delete the two files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55676</link>
		<dc:creator>william</dc:creator>
		<pubDate>Mon, 24 Aug 2009 01:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55676</guid>
		<description>just repeat the same process but instead of writing TRUE write FALSE.
it&#039;s in the 3rd paragraph in the post:

Step 3: Repeat
Seeing all those hidden files can start to be annoying and can lead to some unfortunate accidents if you happen to delete something you shouldn&#039;t. So as soon as you&#039;re done with the hidden files, simply edit the above workflow by substituting &quot;FALSE&quot; for &quot;TRUE&quot; and save the new plug-in as HideHiddenFile.</description>
		<content:encoded><![CDATA[<p>just repeat the same process but instead of writing TRUE write FALSE.<br />
it&#8217;s in the 3rd paragraph in the post:</p>
<p>Step 3: Repeat<br />
Seeing all those hidden files can start to be annoying and can lead to some unfortunate accidents if you happen to delete something you shouldn&#8217;t. So as soon as you&#8217;re done with the hidden files, simply edit the above workflow by substituting &#8220;FALSE&#8221; for &#8220;TRUE&#8221; and save the new plug-in as HideHiddenFile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55669</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sun, 23 Aug 2009 21:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55669</guid>
		<description>This worked great, thank you. But how do I now undo it? It is very important that I put it back to how it was.</description>
		<content:encoded><![CDATA[<p>This worked great, thank you. But how do I now undo it? It is very important that I put it back to how it was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55133</link>
		<dc:creator>william</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55133</guid>
		<description>works perfectly, so simple and took 30 seconds,
thanks so much! :)</description>
		<content:encoded><![CDATA[<p>works perfectly, so simple and took 30 seconds,<br />
thanks so much! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i could be write</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55066</link>
		<dc:creator>i could be write</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-55066</guid>
		<description>finger?</description>
		<content:encoded><![CDATA[<p>finger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Shields</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-52701</link>
		<dc:creator>Dan Shields</dc:creator>
		<pubDate>Thu, 30 Jul 2009 18:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-52701</guid>
		<description>Brilliant. Worked great. Thanks.</description>
		<content:encoded><![CDATA[<p>Brilliant. Worked great. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaco</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-52596</link>
		<dc:creator>Jaco</dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-52596</guid>
		<description>Hi, 
how do I remove from Automator the entries created for ShowHiddenFiles and HideHiddenFiles? I think I like better the once in a while option to use terminal.

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
how do I remove from Automator the entries created for ShowHiddenFiles and HideHiddenFiles? I think I like better the once in a while option to use terminal.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Showing or Hiding Hidden Files &#124; Tech4eleven</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-51040</link>
		<dc:creator>Showing or Hiding Hidden Files &#124; Tech4eleven</dc:creator>
		<pubDate>Sun, 19 Jul 2009 05:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-51040</guid>
		<description>[...] Quick Tip: Show/Hide Hidden Files [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick Tip: Show/Hide Hidden Files [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sal</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-49356</link>
		<dc:creator>sal</dc:creator>
		<pubDate>Tue, 07 Jul 2009 02:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-49356</guid>
		<description>what does he mean when he says &quot;simply edit the above workflow by substituting &quot;FALSE&quot; for &quot;TRUE&quot;</description>
		<content:encoded><![CDATA[<p>what does he mean when he says &#8220;simply edit the above workflow by substituting &#8220;FALSE&#8221; for &#8220;TRUE&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-49154</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-49154</guid>
		<description>Great post thanks.

Recently bought a macbook pro and have been struggling with this bad boy!</description>
		<content:encoded><![CDATA[<p>Great post thanks.</p>
<p>Recently bought a macbook pro and have been struggling with this bad boy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rui</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-49016</link>
		<dc:creator>rui</dc:creator>
		<pubDate>Sat, 04 Jul 2009 06:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-49016</guid>
		<description>thanks a lot! you solved a lot of my problems in one go :)</description>
		<content:encoded><![CDATA[<p>thanks a lot! you solved a lot of my problems in one go :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jarno</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-48783</link>
		<dc:creator>jarno</dc:creator>
		<pubDate>Thu, 02 Jul 2009 09:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-48783</guid>
		<description>perfect!

Thanks!!</description>
		<content:encoded><![CDATA[<p>perfect!</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>