Look at this code:
[code]OpenDocument RequestFile("Open a file:","All Files:*")[/quote]
As it suggests, it should call the function "OpenDocument" with a selected file.
problem is. This works in Windows, but not on the Mac.
First I was thinking it was a bug in Blitz, but I guess that's not the case.
Mac is based on UNIX, and it appears to me that UNIX does not take "*" for a wildcard. I'm still learning when it comes to UNIX, but could not find a wild card issue anywhere. Can anybody help me on this one?
[code]OpenDocument RequestFile("Open a file:","All Files:*")[/quote]
As it suggests, it should call the function "OpenDocument" with a selected file.
problem is. This works in Windows, but not on the Mac.
First I was thinking it was a bug in Blitz, but I guess that's not the case.
Mac is based on UNIX, and it appears to me that UNIX does not take "*" for a wildcard. I'm still learning when it comes to UNIX, but could not find a wild card issue anywhere. Can anybody help me on this one?