Obtain the recursive size of a directory The number of files and the number of sub directories is also stored in the nbfiles and nbsubdirs pointers Caution: this only works if nbfiles and nbsubdirs are initialized to 0 in the calling function After that, nbfiles contains the total number of files (including the count of sub directories), nbsubdirs contains the number of sub directories and totalsi
source not stored for this graph (policy: none)
no test coverage detected