No internet connection
  1. Home
  2. How to

How to make a Save As or Open dialog go to a specific folder

Put the complete path to your folder in the var folder = "..." line below:

var folder = "/Volumes/Intern_HDD1/Projects";

sf.keyboard.type({ text: folder });
sf.keyboard.press({ keys: 'enter' });
Solved in post #2, click to view
  • 1 replies
  1. Answer in question.

    ReplySolution