Page 1 of 1

Question on fopen() and open()

Posted: Wed Aug 13, 2008 3:08 am
by chukmunnlee
Hi

I'm using fopen() to create files on the SD card. What I find is that fopen() creates the names of the files in upper case. Is there a way to create case sensitive file names?

BTW, I've also noticed that open() does not support LFN only 8.3 but fopen() do. Is this correct?

TIA

Regards
Chuk