SmFsDeleteFile
Synopsis
int SmFsDeleteFile(const char * name);
Description
Deletes a file from secure memory by removing the directory entry and zeroing out its data area.
Parameters
name | Pointer to the absolute path of the file to delete. |
Return Value
Returns 0 or an error condition.