Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
j-robertson
in reply to: brandon.lee97

Looking at documentation for FolderBrowserDialog you can set the property RootFolder or SelectedPath prior to ShowDialog() to limit and affect what the dialog will allow you to choose.

 

I'd recommend adding the SelectFolder function to your script, and modify the function signature for MakePDFFromDoc so you can pass a path or filename into it.