09-17-2023, 12:04 AM
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
This works:
`IN$ = _OpenFileDialog$("Open File to encode...", "", "", "All files", -1)`
Note: passing `""` instead of `"*.*"`
@a740g FYI