home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / PDIR10.ZIP / PFF.DOC next >
Encoding:
Text File  |  1989-08-18  |  382 b   |  10 lines

  1. PFF is a very simple example of how to use PDir routines to process
  2. subdirectories.  ProcessDir should be the routine of interest.
  3.  
  4. PFF is a file finder that first calls FindDirectories to create
  5. the linked list and then calls ProcessDir to display all of the files
  6. found.  Then the PFF.DAT stream is created to demonstrate writing
  7. linked lists to disk.
  8.  
  9. Matthew J. Palcic
  10.