|
<< Click to Display Table of Contents >> Navigation: Functions > FileMake |
SIGNATURE=IW.Common.SysTools.FileMake@string@string@Boolean
ETYPE=Function
Declaration:
Delphi: |
procedure FileMake(const APathName: string; const AData: string = ''; const AOverwrite: Boolean = True); |
C++: |
void FileMake(const String APathName, const String AData = "", const bool AOverwrite = True); |
Unit: IW.Common.SysTools.pas
Description: FileMake instead of FileCreate to avoid conflict with one in SysUtils and possible use of wrong one as they can share the same signatures
Parameters:
•APathName: string
•AData: string
•AOverwrite: Boolean