Maybe I'm just overlooking something blindly obvious, but I can't seem to find any way to create an NSOpenPanel which can see invisible files or directories. I know this was possible in Classic (just look at ResEdit!), but is it doable in OS X? I'm currently using
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>results = [myOpenPanel runModalForDirectory: file: types:]</font>[/code]
but if another method is the only way to do it, I can certainly adapt.
Thanks in advance.