Using the NSOpenPanel class

konan

Registered
Is there any way to make the file extensions (e.g. *.obj) case insensitive using NSOpenPanel so the following cases are all treated the same (without giving the NSOpenPanel every possible combination)

*.obj
*.OBJ
*.Obj
etc.

Currently, if I use the obj extension, any file with the extension OBJ is greyed out.

Any help would be greatly appreciated,
Konan
 
Back
Top