09-17-2023, 12:19 PM
(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
Yeah. macOS does not like *.*. I'll check if we can handle that as a special case.
This should work too for all platforms:
`IN$ = _OpenFileDialog$("Open File to encode...", , , "All files", -1)`