Dec 31, 2002 #1 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.
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.
Dec 31, 2002 #2 vb5prgrmr Programmer Jul 5, 2002 3,623 US Here is a link to get you started... http://msdn.microsoft.com/library/d.../obtaining_directory_change_notifications.asp I am not sure it will meet your needs but it is a start. Good Luck Upvote 0 Downvote
Here is a link to get you started... http://msdn.microsoft.com/library/d.../obtaining_directory_change_notifications.asp I am not sure it will meet your needs but it is a start. Good Luck
Jan 9, 2003 #3 Rick1972 Programmer Jan 7, 2003 28 NL There is an API (CopyFileEx) which uses a callback function to allow you to follow the progress of the copying. Upvote 0 Downvote
There is an API (CopyFileEx) which uses a callback function to allow you to follow the progress of the copying.