<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : File count</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : File count]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 19:54:28 +0000</pubDate>
  <lastBuildDate>Mon, 14 Jul 2008 03:28:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11389</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[File count : In C++ its easy, you can use the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38314&amp;title=file-count#38314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 14 July 2008 at 3:28am<br /><br />In C++ its easy, you can use the functions:<DIV>FindFirstFile()</DIV><DIV>FindNextFile()</DIV><DIV>FindClose()</DIV>]]>
   </description>
   <pubDate>Mon, 14 Jul 2008 03:28:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38314&amp;title=file-count#38314</guid>
  </item> 
  <item>
   <title><![CDATA[File count : How to use the code in vc++ ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38228&amp;title=file-count#38228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4324">mosenkum</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 7:35am<br /><br />How to use the code in vc++]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 07:35:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38228&amp;title=file-count#38228</guid>
  </item> 
  <item>
   <title><![CDATA[File count : Check directly for oFiles.Count...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38225&amp;title=file-count#38225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 7:24am<br /><br />Check directly for oFiles.Count if you don't need the names. ]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 07:24:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38225&amp;title=file-count#38225</guid>
  </item> 
  <item>
   <title><![CDATA[File count : Here some code  Set fso = Cr...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38220&amp;title=file-count#38220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 5:36am<br /><br />Here some code<DIV>&nbsp;</DIV><DIV>Set fso = CreateObject("Scripting.FileSystemObject")<BR>' Get Folders collection.<BR>Set oFolders = fso.GetFolder(Root)</DIV><DIV>Set oFiles = oFolders.Files<BR>For Each oFile In oFiles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>Debug.Print oFile.Name<BR>Next<BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>for details see in MSDN <strong>FileSystemObject</strong></DIV>]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 05:36:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38220&amp;title=file-count#38220</guid>
  </item> 
  <item>
   <title><![CDATA[File count : Number of files in some directory...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38212&amp;title=file-count#38212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4324">mosenkum</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 4:59am<br /><br />Number of files in some directory]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 04:59:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38212&amp;title=file-count#38212</guid>
  </item> 
  <item>
   <title><![CDATA[File count : Hello, try to ask question right...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38207&amp;title=file-count#38207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 3:46am<br /><br /><P>Hello,</P><DIV>try to ask question right - what exactly you need? Number of files in some directory/whole disk/ etc.</DIV>]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 03:46:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38207&amp;title=file-count#38207</guid>
  </item> 
  <item>
   <title><![CDATA[File count : Hi,  Oleg you made a mistake,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38206&amp;title=file-count#38206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 3:45am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Oleg you made a mistake, if you substract the number of directories you will have a major error and VB IDE will crash <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;Think you have to add some feature to have this fixed. I will write to support to fix this <img src="http://forum.codejock.com/smileys/smiley36.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 03:45:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38206&amp;title=file-count#38206</guid>
  </item> 
  <item>
   <title><![CDATA[File count : How i can get no files and dir? ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38201&amp;title=file-count#38201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4324">mosenkum</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 2:59am<br /><br /><P>How i can get no files and dir?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 02:59:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38201&amp;title=file-count#38201</guid>
  </item> 
  <item>
   <title><![CDATA[File count : it was joke.  Use this formula:  number...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38197&amp;title=file-count#38197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 2:43am<br /><br />it was joke.<DIV>&nbsp;</DIV><DIV>Use this formula:</DIV><DIV>&nbsp;</DIV><DIV>number of files = (number of file and directories) - (number of directories)</DIV>]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 02:43:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38197&amp;title=file-count#38197</guid>
  </item> 
  <item>
   <title><![CDATA[File count : I am not able to get you. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38193&amp;title=file-count#38193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4324">mosenkum</a><br /><strong>Subject:</strong> 11389<br /><strong>Posted:</strong> 11 July 2008 at 2:26am<br /><br />I am not able to get you.]]>
   </description>
   <pubDate>Fri, 11 Jul 2008 02:26:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11389&amp;PID=38193&amp;title=file-count#38193</guid>
  </item> 
 </channel>
</rss>