ftp.nice.ch/Attic/openStep/developer/resources/IconKit.s.tgz#/IconKit-4.2/FileViewer/FileManager.h

This is FileManager.h in view mode; [Download] [Up]

#import <IconKit/iconkit.h>

@interface FileManager: IKBrowserManager
{
    id window;
    id shelf;
}

- sort: (id *) files  count: (int) n  for: (int) column;
- browserDoubleClicked:sender;
- (void)openFile:(id)sender;
- (void)openFolder: sender;
- window;
- browser;
- shelf;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.