ftp.nice.ch/pub/next/developer/resources/classes/DirPanel.2.0.s.tar.gz#/DirPanel/DirPanel.h

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

/* DirPanel
 *
 * A category of SavePanel that extends SavePanel's capabilities
 * to specifying directories instead of files.
 *
 * Copyright 1991, 1992 Scott Hess.  This source code may be
 * redistributed and modified without restriction.  Well, one
 * restriction - do not claim that you wrote it.
 *
 * Scott Hess
 * 12901 Upton Avenue South, #326
 * Burnsville, MN  55337
 * (612) 895-1208
 * scott@gac.edu
 * shess@ssesco.com
 */
#import <appkit/SavePanel.h>

@interface SavePanel (DirPanel)
	/* Call this routine as opposed to SavePanel's runModal. */
-(int)dirPanelRunModal;
@end

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