Is there a way to programmatically set the default directory with File System Access API

Viewed 315

Is there a way to set a defined directory path programmatically instead of showing the file explorer with .showDirectoryPicker() for the user to select the actual path?

1 Answers
Related