Tuesday, May 17, 2022

Getting file path in C# ASP.NET

  private string keyPath = "../SkillDevelopment/Key_37_10001_20191104.key";


tring fl1 = HttpContext.Current.Server.MapPath(keyPath);

No comments:

Post a Comment