|
<< Click to Display Table of Contents >> Navigation: Functions > MakeSystemTempFile |
SIGNATURE=IW.Common.SysTools.MakeSystemTempFile@string@string
ETYPE=Function
Declaration:
Delphi: |
function MakeSystemTempFile(APath: string = ''; APrefix: string = 'ATZ'): string; |
C++: |
String MakeSystemTempFile(String APath = "", String APrefix = "ATZ"); |
Unit: IW.Common.SysTools.pas
Description: Temp file creation
Parameters:
•APath: string
•APrefix: string
Result(string):