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:
Text File  |  1985-11-10  |  310 b   |  13 lines

  1.   'setf' now knows about 'nthelem', and there are two new functions:
  2.  
  3.     (readdir 's_direct)
  4.         returns a list of the contents of the directory s_direct.
  5.  
  6.     (dirp 's_name)
  7.         returns s_name if s_name is a directory.  This doesn't
  8.         insure that you can read the directory, though (only
  9.         uses stat(2)).
  10.  
  11.                     Kevin
  12.  
  13.