摘要:
今天写了段下载文件的代码,由于一些文件是只读属性,因此需要 File.GetAttributes 来判断其属性并更改,于是直接写了 if(File.GetAttributes(Server.MapPath(filedownloadname) == FileAttributes.ReadOnly) File.SetAttributes(Server.MapPath(filedownloa... 阅读全文
posted @ 2006-06-21 15:17
Cheek G
阅读(438)
评论(0)
推荐(0)
浙公网安备 33010602011771号