Home > Back-end > Delphi7 under Windows 7 using the deletefile doubts
Delphi7 under Windows 7 using the deletefile doubts
Time:09-19
Use under win64 a deletefile function, how calls by default is Windows. The deletefile, quoted the SysUtils in front of me, the result of the default display when using delerefile is invoked under Windows, rather than the SysUtils below, what is this? thank you
CodePudding user response:
In SysUtils DeleteFile also is called Windows, effect is the same, just made a transformation parameters,
CodePudding user response:
This is the result of Delphi closed the Windows API, use SysUtils. DeleteFile, is the call of the Windows API, DeleteFile,