Browse Source

use App Temp Path replace System Temp Path

MaiXinRong 8 năm trước cách đây
mục cha
commit
4f28f2dbde
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Units/UtilMethods.pas

+ 2 - 1
Units/UtilMethods.pas

@@ -857,7 +857,8 @@ end;
 
 function GetTempFilePath: string;
 begin
-  Result := GetTempFileDir + '\';
+  //Result := GetTempFileDir + '\';
+  Result := GetAppTempPath;
 end;
 
 function GetTempName(ALength: Integer): string;