Browse Source

minior tweak

KngStr 4 năm trước cách đây
mục cha
commit
9ad1e7ca04
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;