Antwort: question about copying a directory tree from one place to another

2001-05-16 Thread mkellner


Hi,

did you use
system xcopy /E ...
("Copies directories and subdirectories, including empty ones.")?

Bye,
 Martin.

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



question about copying a directory tree from one place to another

2001-05-16 Thread Satish Vadlamani

Hi:

Suppose I have a directory c:/mydir/dir_test11/dir_test12

   and c:/mydir/dir/dir_test21

I want to copy mydir and all its children to c:/mynewdir

I am using activestate perl on win2000.

I tried to use system(xcopy) but it did not work. I tried to use copydir but 
perl was giving me an error.  How can I do this task?

thanks a lot

Satish

_
Get your FREE download of MSN Explorer at http://explorer.msn.com

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users