Milleniux
Jan 9th, 2000, 08:50 PM
Please could someone help
I want my program to be able to copy Multiple files from one directory to another.
E.G "copy c:\test\*.txt c:\test2\"
However, I cannot seem to find a command to fulfil this task. I know about "Filecopy" in VB, but that only allows one file at a time copying. I even tried shelling to copy, but it just doesnt do anything.
E.G b=shell("copy "+param1+" "+param2)
I am using VB5(SP3). Please could someone help.
Cheers
M.
I want my program to be able to copy Multiple files from one directory to another.
E.G "copy c:\test\*.txt c:\test2\"
However, I cannot seem to find a command to fulfil this task. I know about "Filecopy" in VB, but that only allows one file at a time copying. I even tried shelling to copy, but it just doesnt do anything.
E.G b=shell("copy "+param1+" "+param2)
I am using VB5(SP3). Please could someone help.
Cheers
M.