<?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: Touching a File with PowerShell</title>
	<atom:link href="http://www.chinhdo.com/20080625/powershell-touch-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chinhdo.com/20080625/powershell-touch-file/</link>
	<description>Chinh's not quite random thoughts on software development, .NET, gadgets, and other things.</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:26:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chinh Do</title>
		<link>http://www.chinhdo.com/20080625/powershell-touch-file/comment-page-1/#comment-92920</link>
		<dc:creator>Chinh Do</dc:creator>
		<pubDate>Thu, 26 May 2011 12:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20080625/powershell-touch-file/#comment-92920</guid>
		<description>Thanks for the tip, D. If we go with the standard definition of &quot;touch&quot; - to change the file modification time to the current time - then your version is definitely shorter. When I was doing this, I had a need to use a specific time.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, D. If we go with the standard definition of &#8220;touch&#8221; &#8211; to change the file modification time to the current time &#8211; then your version is definitely shorter. When I was doing this, I had a need to use a specific time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://www.chinhdo.com/20080625/powershell-touch-file/comment-page-1/#comment-92916</link>
		<dc:creator>D</dc:creator>
		<pubDate>Thu, 26 May 2011 10:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chinhdo.com/20080625/powershell-touch-file/#comment-92916</guid>
		<description>(ls testFile.txt).LastWriteTime = Get-Date</description>
		<content:encoded><![CDATA[<p>(ls testFile.txt).LastWriteTime = Get-Date</p>
]]></content:encoded>
	</item>
</channel>
</rss>

