如何将asp生成的txt 档案自动保存到指定文件夹下?
如下代码是需要 认为的指定它存到哪个文件夹下<%
Response.Write("123")
Response.Buffer = True
Response.ContentType="application/ms-txt"
Response.AddHeader "Content-Disposition", "attachment;filename=TXT.txt"
%>
有什么办法可以让这段代码 自动的 存到指定的文件夹下
D:\TEST\