mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 14:19:11 +02:00
ideutils: fixed DeleteFileInteractive
This commit is contained in:
parent
e9d7d8bd40
commit
fc4d4103f2
@ -615,7 +615,7 @@ begin
|
||||
repeat
|
||||
CurFilename:=Info.Name;
|
||||
if (CurFilename='') or (CurFilename='.') or (CurFilename='..') then continue;
|
||||
if SameText(Filename,ShortFilename) then begin
|
||||
if SameText(CurFilename,ShortFilename) then begin
|
||||
CurFilename:=Dir+CurFilename;
|
||||
Found:=true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user