I am trying to copy a block of files from one folder to
another. I would like to refer to these files by the first
few characters, using a wildcard.
The command
File.Copy("c:\sourcedir\abc*.","c:\destdir\abc*.",True)
does not work.
Does anyone know the proper way to do this or have a workaround?
It seems like there should be a straightforward method.
Thanks in Advance!
Howie
another. I would like to refer to these files by the first
few characters, using a wildcard.
The command
File.Copy("c:\sourcedir\abc*.","c:\destdir\abc*.",True)
does not work.
Does anyone know the proper way to do this or have a workaround?
It seems like there should be a straightforward method.
Thanks in Advance!
Howie