PDA

View Full Version : how many is file and folder in Through of CD ? (Statistical)



Esfahan
07-04-2008, 05:40 AM
is there a function for Computation (counting) All of files and folders in cd?
please guide me.:huh

longedge
07-04-2008, 07:34 AM
File.Find and Folder.Find both return tables. If you use them recursively then all you need to do is a Table.Count for each one.

Esfahan
07-04-2008, 11:14 AM
Thanks man:)
it work nice :yes