home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / DRIPAK.ZIP / CPM_3-0 / SOURCES / SEARCH.LIT < prev    next >
Text File  |  1982-12-31  |  512b  |  23 lines

  1.  
  2. declare                       /* what kind of file user wants to find       */
  3.     find$structure lit 'structure (
  4.     dir byte,
  5.     sys byte,
  6.     ro  byte,
  7.     rw  byte,
  8.     pass byte,
  9.     xfcb byte,
  10.     nonxfcb byte,
  11.     exclude byte)';
  12.  
  13. declare
  14.     max$search$files literally '10';
  15.  
  16. declare
  17.     search$structure lit 'structure(
  18.     drv byte,
  19.     name(8) byte,
  20.     type(3) byte,
  21.     anyfile boolean)';        /* match on any drive if true */
  22.  
  23.