Module scanner

Module scanner 

Source
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