<?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://jansveld.net/powershell/?feed=rss2&#038;p=9" rel="self" type="application/rss+xml" />
	<link>http://jansveld.net/powershell/?p=9</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 07 Aug 2013 07:55:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
	<item>
		<title>By: Stephen Mills</title>
		<link>http://jansveld.net/powershell/?p=9#comment-510</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-510</guid>
		<description><![CDATA[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&#8217;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&#8217;t realized the speed difference between the 2 ways before.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
