ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6a.s.tar.gz#/ToyViewer2.6a/src/DirList.h

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

#import <appkit/appkit.h>
#import <sys/dir.h>
#import <sys/types.h>

@interface DirList:Object
{
	struct direct **namelist;
	int	namelistNum;
}

+ setExtList: (const char *const *)list;

- init;
- free;
- (int)getDirList: (const char *)dirname;
- (int)fileNumber;
- (const char *)filenameAt:(int)pos;

@end

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