sPath = Path.Combine(Environment.CurrentDirectory, duantoufolder);//设置路径(将文件夹名合并到路径中) //如果文件夹不存在 if (!Directory.Exists(sPath)...