Found the answer :)
Prototype:
function WizardDirValue: String;
Description: Returns the current contents of the edit control on the Select Destination page of the wizard.
Unlike ExpandConstant('{app}') , this function will not fail if called after showing the wizard, but before the user selects the directory. Rather, it will return the default directory name.
source share