Home All Groups Group Topic Archive Search About

file copy using jolly character

Author
11 May 2006 9:12 AM
Gighen
Is there some method to copy files from a folder to another using jolly
characters using VB 2005? I know that File.Copy(String,String) doesn't
support this feature.

thnks in advance
Gighen

Author
11 May 2006 12:16 PM
Reade76
This may halp you:

How to move, to delete, or to copy files by using a wildcard character
in a Windows Service with Visual C++ .NET or Visual C++ 2005

http://support.microsoft.com/kb/829483/en-us

Bye!
Reade


Gighen ha scritto:

Show quoteHide quote
> Is there some method to copy files from a folder to another using jolly
> characters using VB 2005? I know that File.Copy(String,String) doesn't
> support this feature.
>
> thnks in advance
> Gighen
Author
11 May 2006 12:40 PM
Reade76
May be this is better for you:

http://msdn2.microsoft.com/en-US/library/9684668y.aspx

Bye.
Reade