I have an application with a save button in it. When user clicks on the save button, user will be prompted a save popup where user need to enter a filename. So What I would like to do for my application is make the save function same concept as in the Microsoft word. For example, I give a filename as “Document1” and save it. Then I save the file with the same filename again but is in small case “document1”. Then when I click a button to save it, it should be only have one file named “Document1”. So what should I do to make this happen? Hope someone could give me some idea.
Any help is appreciated.
Thanks in advance.