Actually my task is audio recording application, there will be lot files, if i keep on reading them, it consume lot of time. I need to check size of folder before recording, if it crosses the limit, then i have to delete old folders. If i go for keep...
Thank you for your reply, I used these functions, f_stat() is only returning size of file, not the size of folder, and f_getfree() returns overall free space. But my requirement is to find the size of directory/folder and sub-folder. I need to find ...