home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TOOL_INC.ZIP / MOVEFILE.INT < prev    next >
Encoding:
Text File  |  1988-01-29  |  318 b   |  9 lines

  1.  
  2. procedure copy_file(source,dest: anystring);
  3.    (* copy a file from one place to another *)
  4.  
  5. procedure move_file(source,dest: anystring);
  6.    (* move a file from one place to another;  quickly rename if
  7.       possible, otherwise copy and delete.  touches file to make
  8.       file-date = date moved or copied *)
  9.