"Duane" == Duane Clark dclark@akamail.com writes:
Duane> I have a question about the handling of filename case when trying Duane> to find an existing file. When files are on a win filesystem, the Duane> case is ignored, by the setting of flags by DRIVE_GetFlags(). As Duane> expected.
... Duane> However, if the file is not an 8.3 filename, the call to Duane> DOSFS_ToDosFCBFormat() fails, and no case insensitive test is Duane> made.
What Filesystem have you set for the drive? It should be "vfat" is you want a case insensitive search...
Bye