Dec 31, 2002 #1 des67 Programmer Joined Dec 31, 2002 Messages 1 Location 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 Joined Jul 5, 2002 Messages 3,624 Location 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 Joined Jan 7, 2003 Messages 28 Location 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.