is there a function for Computation (counting) All of files and folders in cd?
please guide me.![]()
Professional Software Development Tools
is there a function for Computation (counting) All of files and folders in cd?
please guide me.![]()
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.
Thanks man
it work nice![]()