I trying to get size of files in a directory by using dirent.h headers. However
stat(ent->d_name, &statbuf)
returns always -1 and I can't get the size properly. What could be the reason?
|
|
|
Make a temporary string containing the full path to the EDIT: Sample
|
|||||||||
|
|
I use C++ and I thought the above code would work, but it didn't because it still needed a conversion from void to char*:
hopefully this can help someone :) |
|||
|
|