Expand description
Directory scanning module for calculating disk usage statistics
Structsยง
- DirStat
- Statistics for a directory and its contents
Functionsยง
- count_
files - Count files in a directory recursively (without using cache)
- dir_
changed_ ๐since_ last_ scan - Check if a directory or any of its subdirectories have been modified
- get_
block_ ๐size - Get the physical size of a file on disk in bytes
- scan_
directory - Scan a directory recursively and return statistics