home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MFMP110A.ZIP / MFMCOPY.ITF < prev    next >
Text File  |  1992-05-31  |  209b  |  12 lines

  1. (*#module(turbo_comp=>off)*)
  2. Interface Unit MfmCopy;
  3.  
  4. IMPORT
  5.   DOS,
  6.   TURBODOS(pathstr)
  7. {  TURBOSYS(_R_BLOCKREAD,_R_BLOCKWRITE)}
  8.   ;
  9.  
  10. Procedure DoFileCopy(FromFileName, ToFileName : PathStr);
  11. END.
  12.