m2m_fs_delete

M2M_API_RESULT m2m_fs_delete(CHAR *filename)

 

Description: the function deletes the selected file. You must close the file before calling the function.

 

Parameters:
filename:      pointer to the zero-terminated string containing the file name

 

Return value:
         refer to M2M_API_RESULT enum

 

NOTE: m2m_fs_last_error function returns the failure reason.