....getting the total size, in bytes, of all specified files in a sub-directory?
For example, I want to get the total byte count for "c:\windows\*.dll". Currently, I have to open each file in BINARY mode, get the file size then close it. Not really a good way of going.
I hope I'm making sense.
For example, I want to get the total byte count for "c:\windows\*.dll". Currently, I have to open each file in BINARY mode, get the file size then close it. Not really a good way of going.
I hope I'm making sense.
Comment