摘要: ///<summary>///下载文件///</summary>///<paramname="filePath">文件的路径</param>///<paramname="fileName">文件名(有时候文件名存在数据库中用于替换路径中的文件名)</param>publicvoidFileDownLoad(stringfilePath,stringfileName){//判断文件是否存在if(System.IO.File.Exists(filePath)){FileInfofile= 阅读全文
posted @ 2013-01-18 16:41 小银光 阅读(152) 评论(0) 推荐(0)