Hi Enrico, > there are no "toupper" or similar function calls from dos_open() > down to exechr().
This is because the case (in) sensitivity handling happens in DosOpenSft which in turn calls dos_open. So dos_open is one step too "lowlevel" to be case insensitive. Other functions seem to call truename to preprocess filenames a bit...? One example for this is DosGetFattr. Maybe you want to add some parts or all of the truename function to your FAT driver lib. Eric ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
