FIX: Don't show size for link to directory under Unix

This commit is contained in:
Alexander Koblov 2017-11-06 10:19:13 +00:00
commit d8a50cc157

View file

@ -364,7 +364,7 @@ begin
lblFolder.Caption:= Path;
// Size
hasSize := (fpSize in SupportedProperties) and (not IsLink);
hasSize := (fpSize in SupportedProperties) and (not IsLinkToDirectory);
if hasSize then
begin
if IsDirectory and (fsoCalcStatistics in FFileSource.GetOperationsTypes) then