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