if (!Directory.Exists(@txtFileSaveDir.Text))//若文件夹不存在则新建文件夹 { Directory.CreateDirectory(@txtFileSaveDir.Text); //新建文件夹 }