home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Applications
/
MacPerl 5.0.3
/
Preinstalled MacPerl (FAT)
/
t
/
mac
/
FileCopy.t
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-25
|
199 b
|
7 lines
|
[
TEXT/McPL
]
require "StandardFile.pl";
require "FileCopy.pl";
($from = &StandardFile'GetFile("From:", "TEXT")) &&
($to = &StandardFile'PutFile("To:", "$from Copy")) &&
print &MacPerl'FileCopy($from, $to, 1);