Thread File::Ncopy will keine Festplatten kopieren (40 answers)
Opened by pktm at 2005-02-24 04:29

renee
 2005-02-24 15:31
#51992 #51992
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Schon mal
Code: (dl )
1
2
3
4
5
6
7
8
9
10
#!/Perl/bin/perl

use strict;
use warnings;
use File::NCopy qw(copy);

my $sdir = "I:/";
my $ddir = "c:/zwischen/test/";

copy \1,$sdir,$ddir;
probiert?
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread File::Ncopy will keine Festplatten kopieren