Hi,
Is there a way how I can programatically change the starting path for the "Open" and "Save as" dialogs?
Pah for "Open/Save as" dialog
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Pah for "Open/Save as" dialog
Hi, anovy.
Not for 'Open', but exists for 'Save As' (undocumented):
Cheers.
Not for 'Open', but exists for 'Save As' (undocumented):
Code: Select all
SetProperty("Documents.SaveAsDestType", "Custom", 0);
SetProperty("Documents.SaveAsDestCustom", "<YourDestFolderForSaveAs>", 0);
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.