home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / Perl5 / t / mac / FileCopy.t < prev    next >
Encoding:
Text File  |  1994-04-25  |  199 b   |  7 lines  |  [TEXT/MPS ]

  1. require "StandardFile.pl";
  2. require "FileCopy.pl";
  3.  
  4. ($from = &StandardFile'GetFile("From:", "TEXT")) &&
  5. ($to   = &StandardFile'PutFile("To:", "$from Copy")) &&
  6. print &MacPerl'FileCopy($from, $to, 1);
  7.