Recursive file copy ... with VB 4 or VB 5 
Author Message
 Recursive file copy ... with VB 4 or VB 5

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..

Any suggestions will be appreciated.

Trevor Borthwick



Fri, 06 Oct 2000 03:00:00 GMT  
 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



Sat, 07 Oct 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Recursive Directory + file copy w/rename?

2. Recursive file copy in VBScript

3. Rich Text File (.RTF) -Can't copy multiple .rtf files (VB 6.0 Enterprise)

4. recursive copy and deletion of directories

5. Need recursive copy routine (Like XCopy)

6. Creating Shortcuts and Recursive copies

7. Creating a recursive procedure in VB

8. Creating a recursive procedure in VB ?

9. How create recursive procedures in V.B. 4.0

10. Recursive data types in VB?

11. how to declare recursive type in VB?

12. recursive structures NOT recursive

 

 
Powered by phpBB® Forum Software