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