<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Live with Dot Net &#187; file exists or not</title>
	<atom:link href="http://www.livewithdotnet.com/tag/file-exists-or-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livewithdotnet.com</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Check whether given file exists or not</title>
		<link>http://www.livewithdotnet.com/how-to-check-whether-given-file-exists-or-not/</link>
		<comments>http://www.livewithdotnet.com/how-to-check-whether-given-file-exists-or-not/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:27:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB .Net]]></category>
		<category><![CDATA[code to Check]]></category>
		<category><![CDATA[file exists or not]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=38</guid>
		<description><![CDATA[Here is the code to Check whether the given file exists or not in VB.Net:

1
2
3
Public Function IsFileExists&#40;ByVal strFileName As String&#41; As Boolean
    IsFileExists = System.IO.File.Exists&#40;strFileName&#41;
End Function

]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/how-to-check-whether-given-file-exists-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
