Contoh:
[code language=”c#”]
string filePath = "~/App_Data/remarks.txt";
string fullPath = System.Web.Hosting.HostingEnvironment.MapPath(FilePath);
[/code]
Contoh:
[code language=”c#”]
string filePath = "~/App_Data/remarks.txt";
string fullPath = System.Web.Hosting.HostingEnvironment.MapPath(FilePath);
[/code]
0 people found this article useful
0 people found this article useful