I am writing a program where I needed to implement a system to handle directory changes, and actually change the working directory to match. It works great but, upon changing to a new directory, the folders in the path are not properly capitalized. I have even tried using Cwd from the new directory, but it returns the directory exectly the way it was typed in (in all lowercase).
I realize that this is purely aesthetic, since the rest of it is working, but I wondered if anyone has any ideas.