Getting path from Preview

Hello forum,

I’m setting the path and file type to the Preview of L&L 15[1]. Now I wonder how to get the modified path from the preview back.

Any hints are appreciated.

[1]
CString strTemp;
strTemp = “c:\temp\*.pdf”;
LlSetOptionString(hJob, LL_OPTIONSTR_SAVEAS_PATH, strTemp);

Kind regards
Alexander

In LL23, there’s an event for that purpose, see Introduction.

This was added not too long ago IIRC.

G.