Thema: Delphi Exception?

Einzelnen Beitrag anzeigen

Illuminator-23-5
(Gast)

n/a Beiträge
 
#3

Re: Exception?

  Alt 22. Aug 2003, 11:47
du kannst aber auch selbst schauen, ob die datei vorhanden ist!
Delphi-Quellcode:
var
  h: TSearchRec;
begin
  if FindFirst(ExtractFilePath(Application.ExeName) + 'optionen.tct', 0, h) = 0 then ... else ...
  Mit Zitat antworten Zitat