INtime SDK Help
DeleteFile (iwin32)
INtime SDK v7 > About INtime > Alternate APIs > iwin32 API > iwin32 API > DeleteFile (iwin32)

Deletes a file.

BOOLEAN DeleteFile(
    LPCTSTR lpFileName
);

Parameters

lpFileName
Pointer to a null-terminated string that specifies the file to delete.

Remarks

Return Values

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/winbase.h windows.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

RemoveDirectory, iwin32 API, iwin32 Overview