|
Copy Files Using the Win32 API
| Version Compatibility: |
Visual Basic 5 Visual Basic 6
|
More information: In my testing, there was a bit of a speed difference when copying large files using the FileCopy API function, as compared to built-in VB methods such as the FileCopy method or the FileSystemObject. This code has been viewed 147592 times. Instructions: Copy the declarations and code below and paste directly into your VB project. Declarations:
No Text Boxes
|