Meine Notlösung sieht jetzt so aus
Delphi-Quellcode:
function TForm8.GetLastWriteTimeEx_Dictionary(Path: string): TDateTime;
begin
try
Result := TDirectory.GetLastWriteTime(Path);
except
Result := 0;
end;
end;
// xxx := GetLastWriteTimeEx_Dictionary('C:\irgendetwas');
// if xxx > 0 then
// weiter im Programm