OpenFileRequester open .app files
Posted: Sun Sep 13, 2009 3:18 pm
I have PB 4.40 b2 running Snow Leopard 10.6.1.
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
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)