###User Defined Function###
_WinAPI_DeleteFile

###Description###
Deletes an existing file.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_DeleteFile ( $sFile )


###Parameters###
@@ParamTable@@
$sFile
	The name of the file to be deleted.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ DeleteFile
