Jerry D. Hedden [Mon, 15 Oct 2007 09:56:33 +0000 (05:56 -0400)]
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com>
p4raw-id: //depot/perl@32122
copy("file1", ":tmp:file1"); # ok, partial path
copy("file1", "DataHD:"); # creates DataHD:file1
- move("MacintoshHD:fileA", "DataHD:fileB"); # moves (don't copies) files from one
+ move("MacintoshHD:fileA", "DataHD:fileB"); # moves (doesn't copy) files from one
# volume to another
=back