home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
bsd_srcs
/
usr.bin
/
lisp
/
lispnews
/
text0131.txt
< 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
Text File
|
1985-11-10
|
310 b
|
13 lines
'setf' now knows about 'nthelem', and there are two new functions:
(readdir 's_direct)
returns a list of the contents of the directory s_direct.
(dirp 's_name)
returns s_name if s_name is a directory. This doesn't
insure that you can read the directory, though (only
uses stat(2)).
Kevin