1SC_DELETE_FILE(3) OpenSC API reference SC_DELETE_FILE(3)
23
4
NAME
6sc_delete_file - Delete a file
7
SYNOPSIS
9#include <opensc.h>
1011
int sc_delete_file(struct sc_card *card, const struct sc_path *path);
1213
14
DESCRIPTION
16This function deletes a file specified by path on card.
17
RETURN VALUE
19Returns 0 if successful, or a negative value in case of error.
2021
22
23
opensc 02/16/2010 SC_DELETE_FILE(3)