ChooseFile with more options
Posted: Wed May 08, 2019 5:28 am
Hello,
I use the ChoosFile function to get a filename:
But is it possible to set more extentions in this function. Something like: This however does not work, now a user can pick any kind of file.
I use the ChoosFile function to get a filename:
Code: Select all
ChooseFile( 'Select a photo', 'jpg' )
Code: Select all
ChooseFile( 'Selecteer een foto', {'jpg', 'jpeg'} )