How can I find out where the temp directory is located ?
try this
<%
Response.Write(“The TEMP environment variable is : ” & Environment.GetEnvironmentVariable(“TEMP”))
%>
How can I find out where the temp directory is located ?
try this
<%
Response.Write(“The TEMP environment variable is : ” & Environment.GetEnvironmentVariable(“TEMP”))
%>