
Recursive file copy ... with VB 4 or VB 5
Trevor,
Quote:
>I need to write a recursive file copy function (that copies nested files
and
>directories), and would like to know if anyone out there has already done
>this and can help out.
>I do not want to use the "xcopy" command using Shell, but want a similar
>functionality within the VB function..
If you only need it to work for 32-bit Windows, you can use the
SHFileOperation API function to do this. To gain full access to this
function in an easy-to-use interface, check out the shfileop.zip demo posted
on our site.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com