Hi folks,
I am working in a Linux box , using Qt 3.
Is there any function to find out the size of the specified folder ?
thanks in advance![]()
Hi folks,
I am working in a Linux box , using Qt 3.
Is there any function to find out the size of the specified folder ?
thanks in advance![]()
I think you will need to add the size of each file or folder in a particular directory in order to find its size.
This can be done with one recursive function.
Mithin
www.mithin.in
Thank you munna,
I understand what ur telling, but how can I get the size of those files using Qt or C++.
Is there any single line command for that ?
yes I found the size () in Qfile class. thank you.
ashishsaryar (31st October 2007)
Bookmarks