Function Reference


_WinAPI_DeleteFile

Deletes an existing file

#include <WinAPIFiles.au3>
_WinAPI_DeleteFile ( $sFilePath )

Parameters

$sFilePath The name of the file to be deleted.

Return Value

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information.

See Also

Search DeleteFile in MSDN Library.