在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
/// <summary> /// 下载/复制 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void Border_MouseLeftButtonUp_4(object sender, MouseButtonEventArgs e) { //获取的文件地址 var path = this.txtbox1.Text; string WantedPath = System.Windows.Forms.Application.StartupPath.Substring(0, System.Windows.Forms.Application.StartupPath.LastIndexOf(@"\")); string path2 = System.IO.Path.GetDirectoryName(WantedPath); //相对项目路径 path2 = path2 + @"\Excel\任务分配管理Excel文件.xls"; //将选择的文件复制的地址 File.Copy(path, path2, true); MessageBox.Show(@"已下载到:..\Excel\任务分配管理Excel文件.xls"); }
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论