How to show invisible files and folders in NSOpenPanel list

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...