You are currently viewing the documentation for:
ECF_Delete
The ECF_Delete function deletes a file or directory.
ECF_ErrorCode ECF_Delete(
   const char *path
);
Parameters
path
This is the path of the file or directory to delete.
Return value
Returns one of the ECF error codes (ECFERR_SUCCESS on success)
Remarks
If a directory is given as argument, ECF_Delete() will also recursively remove all the directories and files contained within that directory.