79171290

Date: 2024-11-08 19:17:36
Score: 2
Natty:
Report link

string FactorImagename = factor.FactorImage;

if (System.IO.File.Exists(Request.MapPath("~/Images/Factor/" + FactorImagename))) { System.IO.File.Copy(HttpContext.Server.MapPath("~/Images/Factor/") + FactorImagename, HttpContext.Server.MapPath("~/Images/Account/") + acDocument.Img, true); }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2520300