(09-17-2023, 12:04 AM)grymmjack Wrote: OK I think there might be a bug in MacOS for this, for sure. Does passing "" work in Windows too @dav? Might want to do that way instead to make work everywhere if you like.
This works:
`IN$ = _OpenFileDialog$("Open File to encode...", "", "", "All files", -1)`
Note: passing `""` instead of `"*.*"`
@a740g FYI
Hmm, thats odd. Well..Yes, your new way does work in Windows. too, so I will edit the source and put that way in instead. Thanks for your report, @grymmjack, and coming up with a fix.
- Dav