Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is there a way to monitor file copies?

Status
Not open for further replies.

des67

Programmer
Dec 31, 2002
1
US

Does anyone know how to programmatically determine if a specified file has been copied to a new location?
And if so where the target location is?

Thanks.
 
There is an API (CopyFileEx) which uses a callback function to allow you to follow the progress of the copying.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top