CiOpenSaveFile help...

Started by docroger, September 10, 2025, 05:53:19 PM

Previous topic - Next topic

docroger

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...

José Roca

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

docroger

Hello José,

Thank you for your patience and availability.

Great help.