Click to See Complete Forum and Search --> : NT vs 98 file names


Eric Smith
August 9th, 1999, 12:44 PM
I ran into this problem this morning and decided to give a heads up to anyone out there that may be programming win9x things on an NT.

NT filenames are internally case sensitive. Windows 9x will internally change all file names to upper case. So if you are going to compare appexename to some value, remember that 9x will change appexename to all uppercase before you get to look at it.