Is there any small Windows utility that counts the number of files in a directory recursively (including subdirectories) ?
|
feedback
|
|
The folder's properties will do it for you:
You can also use dir along with find from the command line:
| ||||
|
feedback
|
