Joacim Andersson's CCommonDialogs' Extension Question (Resolved)
Alright, I am using the wonderful class provided by Joacim to open and save (I mean, to show the dialogs for opening and saving) the files of an application I developed.
What I noticed is that sometimes the files are saved without any extension... You could say "Just add the extension if it is not there and problem solved" but my real problem is that I have like 3 different extensions the user can select, and thus the way I save the file has to change.
Could someone help me? Is there a way to know which was the extension the user selected in the dialog?
Thanks in advance.