摘要:
C#打开指定文件夹: System.Diagnostics.Process.Start("explorer.exe", Server.MapPath("EXCEL//"));C#下载文件: private void down_load_file(string fileName, string filePath) { FileStream fs = new FileStream(filePath, FileMode.Open); byte[] bytes = new byte[(int)fs.Length]; ... 阅读全文
posted @ 2013-05-08 16:03
柳絮
阅读(1438)
评论(4)
推荐(0)
浙公网安备 33010602011771号