size of folder?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
how could I measure size of a folder(including sub-folders and files) from code? tried CFileStatus.m_size, but it seems that MFC doesnt look at a folder as a kind of file. All comments are welcomed, especially with sample code :)
-
how could I measure size of a folder(including sub-folders and files) from code? tried CFileStatus.m_size, but it seems that MFC doesnt look at a folder as a kind of file. All comments are welcomed, especially with sample code :)
Recursively add up the size of each file in each folder. This is a trivial problem with plenty of examples available here at CP, as well as Google.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen