For a given NSOpenPanel or NSSavePanel you can set a directory to show with:
[panel setDirectoryURL:[NSURL fileURLWithPath:@"/SomeFolder"]];
There you can set whatever path you like, but how can you show the Network or Mac devices?
For a given NSOpenPanel or NSSavePanel you can set a directory to show with:
[panel setDirectoryURL:[NSURL fileURLWithPath:@"/SomeFolder"]];
There you can set whatever path you like, but how can you show the Network or Mac devices?