Hello,

I have an appication that saves an image file. Everything works fine, but I just noticed that when the savefile dialog box pops up and I save the file as (for example) test.jpg then everything is fine as long as there is no Folder named test. If there is a Folder named test (or whatever the file name is) then when I click 'save' it just opens that folder. To further explain, I am trying to save the file 'test' as a jpeg file to the desktop. I have a folder on the desktop named 'test'. When I click 'save' this folder is opened. I expect the savefile dialog to save the file as test.jpg even if there is a folder called 'test' on the desktop. What is going on?

Thanks!