Hello José,
Me again.
I need a file selector.
I use pofd.ShowOpen(hwnd), and work ok.
But i cant retrieve the FULL path of the selected file.
pofd.getfolder, give not the full path.
Any help...
Use pofd.GetFolder(SIGDN_FILESYSPATH)).
As explained in the documentation, GetFolder has an optional parameter that allows to retrieve the information in different ways.
See: https://github.com/JoseRoca/AfxNova/blob/main/docs/File%20Management%20/CIOpenSave%20File%20Dialogs.md#getfolder
Hello José,
Thank you for your patience and availability.
Great help.