SC_CREATE_FILE(3)
NAME
sc_create_file - Create a file object
SYNOPSIS
#include <opensc.h> int sc_create_file(sc_card_t *card, sc_file_t *file);
DESCRIPTION
- This function creates a file on card. The file must have been created
with a call to sc_file_new() beforehand.