pub fn dir_size_bytes(path: &Path) -> Result<u64>
Walk path recursively, summing file sizes. Does not follow symlinks. Returns 0 if the path does not exist.
path