<?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; Gestione File</title>
	<atom:link href="http://www.aspcenter.net/category/gestione-file/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>Un file manager in ASP</title>
		<link>http://www.aspcenter.net/2010/02/file-manager-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/file-manager-asp.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:54:59 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[fso]]></category>
		<category><![CDATA[oggetto fso]]></category>
		<category><![CDATA[scripting filesystemobject]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=251</guid>
		<description><![CDATA[Grazie all&#8217;oggetto File System (FSO) attraverso ASP possiamo creare diverse piccole e semplici applicazioni Web che gestiscono, in maniera più o meno complessa, file di qualsiasi tipo e natura.
La più bella applicazione che possiamo creare in ASP, sfruttando il File System di Windows (leggendolo con l&#8217;omonimo oggetto) è un File Manager, ovvero una simulazione dell&#8217;Esplora [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/file-manager-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Forzare il download di un file con ASP ed ADO</title>
		<link>http://www.aspcenter.net/2010/02/forzare-download-file-asp-ado.html</link>
		<comments>http://www.aspcenter.net/2010/02/forzare-download-file-asp-ado.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:51:46 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[adodb stream]]></category>
		<category><![CDATA[download file]]></category>
		<category><![CDATA[forzare download]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=247</guid>
		<description><![CDATA[Spesso capita di mettere a disposizione dei propri utenti una serie di documenti non in formato HTML, ma ad esempio in formato MS Word, MS Excel, PDF o file immagine. uesti documenti finiscono per aprirsi nel browser dell&#8217;utente, dando vita a formattazioni improbabili e sovraccarico di lavoro per il browser che potrebbe impallarsi.
A porre rimedio [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/forzare-download-file-asp-ado.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rinominare un file e una cartella con ASP</title>
		<link>http://www.aspcenter.net/2010/02/rinominare-file-cartella-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/rinominare-file-cartella-asp.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:50:05 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[fso]]></category>
		<category><![CDATA[movefile]]></category>
		<category><![CDATA[oggetto fso]]></category>
		<category><![CDATA[scripting filesystemobject]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=244</guid>
		<description><![CDATA[Il File System Object permette, attraverso ASP, di rinominare un file attraverso il metodo MoveFile dell&#8217;oggetto File. Allo stesso modo il metodo MoveFolder permette di rinominare una cartella.
Create il file &#8220;test.html&#8221; al di sotto del drive C:\ e rinominatelo in &#8220;rinominato.html&#8221; utilizzando il seguente codice ASP:

&#60;%
    Dim fso
    Set [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/rinominare-file-cartella-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verificare lo spazio residuo sul server con l&#8217;FSO in ASP</title>
		<link>http://www.aspcenter.net/2010/02/verificare-spazio-server-fso-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/verificare-spazio-server-fso-asp.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:47:49 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[freespace]]></category>
		<category><![CDATA[fso]]></category>
		<category><![CDATA[getdrive]]></category>
		<category><![CDATA[oggetto fso]]></category>
		<category><![CDATA[scripting filesystemobject]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=241</guid>
		<description><![CDATA[Grazie all&#8217;oggetto File System è possibile ricavare lo spazio residuo nella partizione specificata.
Utilizzeremo il metodo GetDrive a cui passeremo la partizione che ci interessa, ad esempio C, e ricaviamo lo spazio residuo con la proprietà FreeSpace.
Di seguito un semplice esempio corredato da opportuni commenti:

&#60;%@LANGUAGE = VBScript%&#62;
&#60;%
    ' Dichiaro le variabili che mi [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/verificare-spazio-server-fso-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recuperare l&#8217;estensione di un file con l&#8217;FSO in ASP</title>
		<link>http://www.aspcenter.net/2010/02/estensione-file-fso-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/estensione-file-fso-asp.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:45:41 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[estensione file]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[fso]]></category>
		<category><![CDATA[getextensionname]]></category>
		<category><![CDATA[offetto fso]]></category>
		<category><![CDATA[scripting filesystemobject]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=239</guid>
		<description><![CDATA[In molte applicazioni Web che sfruttano il File System torna utile intercettare in maniera dinamica l&#8217;estensione di un file selezionato.
Ad esempio in uno script per Upload potrebbe tornare utile conoscere l&#8217;estensione del file per eventualmente bannarla (non è bello lasciare uploadare un eseguibile!) oppure per consentire il solo upload di file JPG se il sito [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/estensione-file-fso-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L&#8217;oggetto File System</title>
		<link>http://www.aspcenter.net/2010/02/oggetto-file-system.html</link>
		<comments>http://www.aspcenter.net/2010/02/oggetto-file-system.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:43:11 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione File]]></category>
		<category><![CDATA[createtextfile]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[fso]]></category>
		<category><![CDATA[oggetto fso]]></category>
		<category><![CDATA[opentextfile]]></category>
		<category><![CDATA[scripting filesystemobject]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=237</guid>
		<description><![CDATA[Il File System altro non è che un componente presente in ogni computer che permette di creare, modificare, rinominare, cancellare, file e cartelle. Insomma, senza il File System non esisterebbe il concetto di computer e, per certi versi, nemmeno il concetto di informatica.
ASP dispone della libreria Scripting.FileSystemObject che permette, mediante un&#8217;applicazione Web, di gestire i [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/oggetto-file-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

