If someone open the app and click "Finish" without choosing a Folder path, how can I force a default path string? I'm not sure the output type but output just showing "False" and unable to update.
I need a Default Path text string. Thanks!
Solved! Go to Solution.
Hi @dho111
Try this, a few updates were needed:
Not 100% sure on your exact end requirement so have just replaced the output with a browse to show it working. You can obviously just amend this as you need. The fix means that if no directory is selected, it'll populate the path with your default. If the user does input a path, it'll use that.
Blank:
Populated:
Thank you for the explanation! Works great.