How to return a symbolic link folder name using CFileDialog

  • Thread starter Thread starter seccpur
  • Start date Start date
S

seccpur

Guest
I use CFileDialog to browse a folder and select a file. After DoModal(), I call GetNextPathName(pos) to get the path name. I returns the path name also correctly, however symbolic link folder names appear with thier target names, but I want to get symbolic link folder name instead. Please help.

Continue reading...
 
Back
Top