Deletes an existing file
#include <WinAPIFiles.au3>
_WinAPI_DeleteFile ( $sFilePath )
$sFilePath | The name of the file to be deleted. |
Success: | True. |
Failure: | False, call _WinAPI_GetLastError() to get extended error information. |
Search DeleteFile in MSDN Library.