N
nasirmajor
Dear all, just a single line problem
this vb.net line works alright
fp = File.CreateText(Server.MapPath(".\UploadArabic\") & "test.txt")
but how to write it in c#?
following line is working alright
fp=File.CreateText(Server.MapPath("Rand2.txt"));
but not accepting (".\UploadArabic\")
this vb.net line works alright
fp = File.CreateText(Server.MapPath(".\UploadArabic\") & "test.txt")
but how to write it in c#?
following line is working alright
fp=File.CreateText(Server.MapPath("Rand2.txt"));
but not accepting (".\UploadArabic\")