When I run the code below, I can open ALL files except .app files. Why is this? Is this some kind of Max OS X limitation? Remember, I am new to Mac
Code: Select all
Filename$ = OpenFileRequester("Select file", DefaultFile$, "All files (*.*)|*.*", -1)