I have an ASP.NET MVC application that performs a copy of a docx file using System.IO.File.Copy(sourceFileName, destFileName).
where: