home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 308.lha / treewalk / nonrecursive.ftw < prev    next >
Text File  |  1980-12-05  |  161b  |  6 lines

  1. /*
  2.  * non-recursive: returns true if we're at the top of the tree being
  3.  * scanned, false otherwise (need a "prune" option, maybe?)
  4.  */
  5. return arg(1) = twpath()
  6.