Variabel filePath adalah path relatif ke file (~/Uploads/….)
[code language=”csharp”]
string filePath = dbItem.filepath;
string fullPath = System.Web.Hosting.HostingEnvironment.MapPath(filePath);
System.IO.File.Delete(fullPath);
[/code]
Variabel filePath adalah path relatif ke file (~/Uploads/….)
[code language=”csharp”]
string filePath = dbItem.filepath;
string fullPath = System.Web.Hosting.HostingEnvironment.MapPath(filePath);
System.IO.File.Delete(fullPath);
[/code]
0 people found this article useful
0 people found this article useful