This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error in opning file in MMC

Hi
My code is :

i=0; i=finit("M0:"); if(i!=0) return;

fp=fopen("M0:\\myconfig.dat","r"); if(fp==NULL){ fclose(fp); }

File myconfig.dat not in MMC but fopen return 0x10001B48
where is problem?