The File::Copy module doesn't support wildcards, does it? I just tried a
little test script:
#!perl -w
use File::Copy;
© ("C:\\test1\\*.*", "C:\\test2\\");
__END__
and the copy didn't happen. Is it not supposed to accept wildcards? Right
now I'm just using a copy in a system call instead. I wish I didn't have to
do that, though. It would be nice if File::Copy would accept wildcards. :-)
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]