How to show invisible files and folders in NSOpenPanel list
01/11/04 08:56
Are there any way to show invisible files/folders in NSOpenPanel list?
[[myOpenPanel _navView] setShowsHiddenFiles:YES];
As usual with undocumented API: use at your own risk.
... and file a feature request with Apple...
As usual with undocumented API: use at your own risk.
... and file a feature request with Apple...