Quote Originally Posted by wysota View Post
The dialog will not ask to confirm overwrite if the file that exists contains some extension and you enter the same base name but without the extension. For the filesystem these are two different files. If you're adding the extension manually, you also have to manually ask for overwrite confirmation.
Yes, i understand if the extension wasn't there then the system will treat it as a different files. But i did try to key in the extension in the QFileDialog. It also never prompt the overwrite msg box.

As you can see i manually add ".csv" extension after getting the filename because i'm unable to get the filepath + extension together from the QFileDialog. As i read around this forum, one person mention is not built in into QFileDialog rite?

So now, how do i solve this?