Source commit: ba7502d93d4a5ffbfbe7d1b883c322a4f94940da
@@ -3686,6 +3686,7 @@ void __fastcall TTerminal::DoCalculateDirectorySize(const UnicodeString FileName
}
catch(Exception & E)
{
+ // We can probably replace the csIgnoreErrors with IgnoreErrors argument of the ProcessDirectory
if (!Active || ((Params->Params & csIgnoreErrors) == 0))
RetryLoop.Error(E, FMTLOAD(CALCULATE_SIZE_ERROR, (FileName)));