![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Create temp file
Use for solving of this problem GetTempFileName function.
procedure TForm1.Button1Click(Sender: TObject);
var
St1, St2, St3: array[0..MAX_PATH-1] of Char;
begin
St1:='c:\temp';
St2:='sss';
GetTempFileName(St1, St2, 0, St3);
end;
- Related components
- TFileSearch
- TFolderMonitor
- TFileVersion
-
More for developers