KngStr 4 lat temu
rodzic
commit
9ad1e7ca04
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/ksString.pas

+ 1 - 1
Source/ksString.pas

@@ -100,7 +100,7 @@ begin
   I := 0;
   sPath := ChangeFileExt(Result, '');
   sExt := ExtractFileExt(Result);
-  while FileExists(Result) do begin
+  while FileExists(Result) or DirectoryExists(Result) do begin
     Inc(I);
     Result := Format('%s(%d)%s', [sPath, I, sExt]);
   end;