1.判断文件夹是否存在并创建
if (!Directory.Exists(tempFolderName))
{
Directory.CreateDirectory(tempFolderName);
}
1.判断文件夹是否存在并创建
if (!Directory.Exists(tempFolderName))
{
Directory.CreateDirectory(tempFolderName);
}