<?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: Check If a Local File Exists in C#</title>
	<atom:link href="http://www.victorchen.info/check-if-a-local-file-exists-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victorchen.info/check-if-a-local-file-exists-in-c/</link>
	<description>Weblog of C#, PHP, and HTML programming articles and tutorials</description>
	<pubDate>Fri, 10 Oct 2008 22:37:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: dug</title>
		<link>http://www.victorchen.info/check-if-a-local-file-exists-in-c/#comment-4752</link>
		<dc:creator>dug</dc:creator>
		<pubDate>Wed, 01 Oct 2008 23:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://victorchen.info/check-if-a-local-file-exists-in-c/#comment-4752</guid>
		<description>return File.Exists(”C:\\testfile.txt”);</description>
		<content:encoded><![CDATA[<p>return File.Exists(”C:\\testfile.txt”);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
