I'm trying to get the temp file in my Temp folder in the server. I have tried this
@"\\"Server.MachineName + @"\Temp"
but it's not working properly. I don't want to use
System.IO.Path.GetTempPath()
Please advise.
I'm trying to get the temp file in my Temp folder in the server. I have tried this
@"\\"Server.MachineName + @"\Temp"
but it's not working properly. I don't want to use
System.IO.Path.GetTempPath()
Please advise.