Hi,

I am passing a collection of filenames to my business layer, which then copies the files from the paths specified in the collection to another location while creating entries in the database.

If the file already exists at the new location, is there any way to Interrupt the function and ask the user if they want to replace the existing file and then continue the operation?

Any help will be great