Page 1 of 1

Scripting a file picker / file chooser

Posted: 09 Mar 2024 20:20
by Zonko
Is there a script command to open up the windows file dialog to select a file somewhere else on disk?

If not - is there a script command to make a combo picker to pick files in a certain directory?

The closes I can find is 'input' command. But you'd need to also script fhe files available and populate with the pipe text. Just thought there may be an easier way.

Re: Scripting a file picker / file chooser

Posted: 09 Mar 2024 20:25
by jupe
Not sure how you found input, but not inputfile()

Re: Scripting a file picker / file chooser

Posted: 09 Mar 2024 20:30
by Zonko
Heh, I was just going to post that I found it. Thanks anway!