sc_delete_file

Langue: en

Autres versions - même langue

Version: 02/26/2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sc_delete_file - Delete a file

SYNOPSIS

 #include <opensc.h>
 
 int sc_delete_file(struct sc_card *card, const struct sc_path *path);
                 
 

DESCRIPTION

This function deletes a file specified by path on card.

RETURN VALUE

Returns 0 if successful, or a negative value in case of error.