<?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"
	>
<channel>
	<title>Comments on: Modifying a File Without Changing Its Timestamp</title>
	<atom:link href="http://www.bayview.com/blog/2004/10/25/modifying-a-file-without-changing-its-timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bayview.com/blog/2004/10/25/modifying-a-file-without-changing-its-timestamp/</link>
	<description>Bay View Consulting Services, Inc.</description>
	<pubDate>Thu, 28 Aug 2008 18:17:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: William Ward</title>
		<link>http://www.bayview.com/blog/2004/10/25/modifying-a-file-without-changing-its-timestamp/#comment-3106</link>
		<dc:creator>William Ward</dc:creator>
		<pubDate>Thu, 25 Jan 2007 23:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bayview.com/blog/?p=18#comment-3106</guid>
		<description>Thanks Mike.</description>
		<content:encoded><![CDATA[<p>Thanks Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Gent</title>
		<link>http://www.bayview.com/blog/2004/10/25/modifying-a-file-without-changing-its-timestamp/#comment-3105</link>
		<dc:creator>Mike Gent</dc:creator>
		<pubDate>Thu, 25 Jan 2007 23:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bayview.com/blog/?p=18#comment-3105</guid>
		<description>The change permission isn't allowed in Windows do to how Perl requests access to file handles. This problem is solved with the module Win32API::File::Time on CPAN.</description>
		<content:encoded><![CDATA[<p>The change permission isn&#8217;t allowed in Windows do to how Perl requests access to file handles. This problem is solved with the module Win32API::File::Time on CPAN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Ward</title>
		<link>http://www.bayview.com/blog/2004/10/25/modifying-a-file-without-changing-its-timestamp/#comment-2145</link>
		<dc:creator>William Ward</dc:creator>
		<pubDate>Fri, 01 Dec 2006 23:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bayview.com/blog/?p=18#comment-2145</guid>
		<description>You're right.  It's the "change" permission that Windows systems don't track.  I realized that just the other day when teaching a class, in fact.  I had forgotten that I had posted that here though.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right.  It&#8217;s the &#8220;change&#8221; permission that Windows systems don&#8217;t track.  I realized that just the other day when teaching a class, in fact.  I had forgotten that I had posted that here though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.bayview.com/blog/2004/10/25/modifying-a-file-without-changing-its-timestamp/#comment-2144</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 01 Dec 2006 23:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bayview.com/blog/?p=18#comment-2144</guid>
		<description>You've mentioned windows systems don't keep track of access times for the native file system, this is not true, infact by default access times are tracked but in certain configurations this can be turned off to speed up file system access.

The -A file test operator returns the access time.

this dir command list access times
perl -le "print `dir /TA`"

--Shalom
perl -e '$,=$",$_=(split/\W/,$^X)[y[eval]]]+--$_],print+just,another,split,hack'er</description>
		<content:encoded><![CDATA[<p>You&#8217;ve mentioned windows systems don&#8217;t keep track of access times for the native file system, this is not true, infact by default access times are tracked but in certain configurations this can be turned off to speed up file system access.</p>
<p>The -A file test operator returns the access time.</p>
<p>this dir command list access times<br />
perl -le &#8220;print `dir /TA`&#8221;</p>
<p>&#8211;Shalom<br />
perl -e &#8216;$,=$&#8221;,$_=(split/\W/,$^X)[y[eval]]]+&#8211;$_],print+just,another,split,hack&#8217;er</p>
]]></content:encoded>
	</item>
</channel>
</rss>
