ftp.nice.ch/pub/next/audio/player/ModPlayer.2.5.N.s.tar.gz#/ModPlayer/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, Scott Hess.  This source code may be redistributed
 * and modified without restriction.
 */
#import <appkit/OpenPanel.h>

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

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