home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TOOL-INC.ZIP / MOVEFILE.INT < prev    next >
Encoding:
Text File  |  1989-06-02  |  312 b   |  7 lines

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