TAP_Hdd_Fopen

Topfield Documentation

TYPE_File* TAP_Hdd_Fopen(char *name);

It opens the file whose name is the string pointed to by name

  • name : file name
return value : pointer to the object controlling the file. In case of error, it returns 0.

Additional Documentation