Skip to main content
Participant
August 4, 2024
Question

How to change the initial directory in a browse dialog

  • August 4, 2024
  • 1 reply
  • 323 views

So, i have a couple of fields that when a user clicks on them, they can set an image or pdf for the field.

how it works now is this script
var s = this.getField("Platzierungsfeld 2")
s.buttonImportIcon();

it works fine, howeever, I would like to set the initial directory of the browsing dialog to specifc folder.
is there a way to do that?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
August 4, 2024

No.

Participant
August 6, 2024

Understandble