<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; file</title>
	<atom:link href="http://www.barattalo.it/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ASP Function to count files in a folder</title>
		<link>http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/</link>
		<comments>http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:50:31 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Asp]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesystemobject]]></category>
		<category><![CDATA[getfolder]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=442</guid>
		<description><![CDATA[This ASP function counts files of a specified extension inside a folder: this is done by creating a file system object, open folder and scan files for matching the extension. The match of the extension is made without regular expression but using string functions: Right, Len and Ucase. Related posts:Calculate dir size recursively with PHP [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/' rel='bookmark' title='Calculate dir size recursively with PHP (and count files)'>Calculate dir size recursively with PHP (and count files)</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/' rel='bookmark' title='ASP equivalent to PHP Ucfirst function'>ASP equivalent to PHP Ucfirst function</a></li>
<li><a href='http://www.barattalo.it/2010/01/19/recursive-chmod-on-files-and-directory/' rel='bookmark' title='Recursive chmod on files and directory'>Recursive chmod on files and directory</a></li>
<li><a href='http://www.barattalo.it/2010/02/02/recursive-remove-directory-rmdir-in-php/' rel='bookmark' title='Recursive remove directory (RMDIR) in PHP'>Recursive remove directory (RMDIR) in PHP</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/copying-remote-files-on-your-server-with-php/' rel='bookmark' title='Copying remote files on your server with PHP'>Copying remote files on your server with PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculate dir size recursively with PHP (and count files)</title>
		<link>http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/</link>
		<comments>http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:08:08 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesize]]></category>
		<category><![CDATA[gigabyte]]></category>
		<category><![CDATA[megabyte]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[recursively]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=204</guid>
		<description><![CDATA[This small PHP function lets you calculate the dir size entering each sub dir and making the sum of the filesize of every file contained. Returns an array of two values: size and numbers of file. The second function shows how format the size in a more readable way (with abbreviation MB, KB, GB). If [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/' rel='bookmark' title='ASP Function to count files in a folder'>ASP Function to count files in a folder</a></li>
<li><a href='http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/' rel='bookmark' title='PHP how to calculate age from date of birth'>PHP how to calculate age from date of birth</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/copying-remote-files-on-your-server-with-php/' rel='bookmark' title='Copying remote files on your server with PHP'>Copying remote files on your server with PHP</a></li>
<li><a href='http://www.barattalo.it/2010/01/19/recursive-chmod-on-files-and-directory/' rel='bookmark' title='Recursive chmod on files and directory'>Recursive chmod on files and directory</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

