Skip to content

examine_directory: set directory/symlink size to zero

Olaf Hering requested to merge (removed):dir-size into master

The size of a directory or symlink in the folder browser is not meaningful. For directories it means just how many blocks were allocated to hold all entries. It does not mean that the entries are still present in the directory. For symlinks its the size of the target. Set both to zero to simplify the folder browser output.

Signed-off-by: Olaf Hering olaf@aepfle.de

Merge request reports