class KIO.DirectorySizeJob |
|
|
Computes a directory size (similar to "du", but doesn't give the same results since we simply sum up the dir and file sizes, whereas du speaks disk blocks) |
|
|
|
|
Returns the total number of files (counting symlinks to files, sockets and character devices as files) in this directory and all sub-directories |
|
Returns the size we found |
|
Returns the total number of sub-directories found (not including the directory the search started from and treating symlinks to directories as directories) |