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