Hi all,
I have a little problem with GetFolderPath.
First, I create an object f as this:
CFileDialog f(true, "txt", NULL, OFN_EXPLORER, "Texte Files (*.txt)|*.txt|", this);
Then, I want to retrive to open folder path of a file, but if I do this:
m_list.AddString((const...