if (!Directory.Exists(dir))//如果不存在就创建 dir 文件夹  
     Directory.CreateDirectory(dir);

 

相关文章: