<?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: Get-ChildItem is not dir!</title>
	<atom:link href="http://www.jansveld.net/powershell/2008/06/get-childitem-is-not-dir/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jansveld.net/powershell/2008/06/get-childitem-is-not-dir/</link>
	<description>Observations and examples of PowerShell in the real world</description>
	<lastBuildDate>Thu, 08 Dec 2011 14:31:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen Mills</title>
		<link>http://www.jansveld.net/powershell/2008/06/get-childitem-is-not-dir/comment-page-1/#comment-20</link>
		<dc:creator>Stephen Mills</dc:creator>
		<pubDate>Thu, 03 Jul 2008 23:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansveld.net/powershell/?p=6#comment-20</guid>
		<description>I think you were thinking about filter and not include.  If you do the same example you used but using -include, you don&#039;t get any results at all.  But it works as you said if you use -filter.  Filter is also positionally the second parameter for Get-ChildItem with path being the first.

Nice comparison though, I hadn&#039;t realized the speed difference between the 2 ways before.</description>
		<content:encoded><![CDATA[<p>I think you were thinking about filter and not include.  If you do the same example you used but using -include, you don&#039;t get any results at all.  But it works as you said if you use -filter.  Filter is also positionally the second parameter for Get-ChildItem with path being the first.</p>
<p>Nice comparison though, I hadn&#039;t realized the speed difference between the 2 ways before.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

