Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BASFILE - Converts small files to BAS code.
#12
(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)`
Reply


Messages In This Thread
RE: BASFILE - Converts small files to BAS code. - by a740g - 09-17-2023, 12:19 PM



Users browsing this thread: 2 Guest(s)