<?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>ASPcenter.net &#187; folderexists</title>
	<atom:link href="http://www.aspcenter.net/tag/folderexists/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspcenter.net</link>
	<description>Il blog degli sviluppatori ASP e .NET</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Verificare l&#8217;esistenza di un file o di una cartella con l&#8217;FSO in ASP</title>
		<link>http://www.aspcenter.net/2010/02/verificare-esistenza-file-cartella-fso-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/verificare-esistenza-file-cartella-fso-asp.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:53:28 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[fileexists]]></category>
		<category><![CDATA[folderexists]]></category>
		<category><![CDATA[fso]]></category>
		<category><![CDATA[oggetto fso]]></category>
		<category><![CDATA[scripting filesystemobject]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=249</guid>
		<description><![CDATA[Con l&#8217;utilizzo del FSO è molto semplice verificare se un file o una cartella esistano sul server da cui vengono richiamati; è sufficiente utilizzare, rispettivamente, i metodi FileExists e FolderExists, passando loro come parametri i nomi del file e della cartella ricercati.
Ecco un semplice esempio che verifica l&#8217;esistenza di un file:

&#60;%@LANGUAGE = VBScript%&#62;
&#60;%
   [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/verificare-esistenza-file-cartella-fso-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

