#include <prio.h> PRStatus PR_Delete(const char *name);
The function has the following parameter:
name
One of the following values:
PR_SUCCESS
.PR_FAILURE
.PR_Delete
deletes a file with the specified pathname name
. If the function fails, the error code can then be retrieved via PR_GetError
.