Hi, When I'm coping file from drive C: to drive A: how it's possible to know when the transfer is end.
any idea?
Thanks
:rolleyes:
Printable View
Hi, When I'm coping file from drive C: to drive A: how it's possible to know when the transfer is end.
any idea?
Thanks
:rolleyes:
I was positive that the the FileCopy VB function worked synchronously. Is your program running coding after the FileCopy statement even though data is still being written to your disk? :rolleyes:
What I have done is copy the file from the VB Code to Drive A and when it finish copying I need to open again the file. This file a MDB File.
and whats your copy code :rolleyes: