home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 073.lha / FileIO / READ_FIRST! < prev    next >
Text File  |  1987-06-02  |  1KB  |  36 lines

  1.      FileIO is one of the 5 examples for programmers on the Programmer's
  2. Suite Book 1 disk by R.J. Mical that Commodore recently sent to user groups. 
  3. After unarcing you should have 25 files in addition to this READ_FIRST! file.
  4. Three of the filenames had to be shortened for arcing.  Rename FileIODemo.i
  5. as FileIODemo.info; makefile.azt as makefile.aztec; and makefile.lat as
  6. makefile.lattice.  After renaming you should have:
  7.  
  8.      ProSuite.doc  -  General .doc file for the whole disk
  9.  
  10.      FileIODemo       |  A demo and its icon from the
  11.      FileIODemo.info  |  root directory of the disk
  12.      
  13.      pointers.h  |  These 3 files were in a
  14.      prosuite.h  |  directory called
  15.      reqsupp.h   |  ProSuite on the disk
  16.      
  17.      alerts.c          |
  18.      alerts.h          |
  19.      chipdata.c        |
  20.      eglobal.c         |
  21.      FileIO.doc        |
  22.      fileio.c          |  These 19 files were in a 
  23.      fileio.h          |  directory called FileIO
  24.      fileio.wth        |  on the disk.  (NOTE:  There
  25.      filename.c        |  was also a duplicate of the
  26.      filesupp.c        |  pointers.h file which was 
  27.      global.c          |  also in the ProSuite
  28.      main.c            |  directory above.)
  29.      makefile.aztec    |
  30.      makefile.lattice  |
  31.      opendata.c        |
  32.      pointers.c        |
  33.      reqsupp.c         |
  34.      strings.c         |
  35.      volname.c         |
  36.