Guys,

I thought this woule be a lot easier than it seems...

All I want to do is to copy a directory, and everything it contains
(whatever this may be) to a new directory.

I (finally) managed it with a system command:

if (system "xcopy /E/I/C \"$default_path\" \"$new_path\"") {print "Copy
failed\n$!\n";die};

but it's _really_ horrible, and not portable.

What's the nice and easy way to do this?

Thanks.

R.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to