home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
utilities
/
hypertext
/
adtoht
/
source
/
readdir.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-22
|
306 b
|
11 lines
struct FileNode
{
struct AnyNode Node;
};
extern struct FileNode *FileList;
BOOL AddFile(char *Directory, char *File);
BOOL ReadDir(BPTR Directory, char *DirName, char *Extension, BOOL (*Function)(char *Name));
/* Note: Function() is supposed to operate on the node pointed to by FileList */