标签:ted span data pat col tap style director sts
C#对文件夹操作类 Directory
string filePath = Application.dataPath + @"/123"; //判断文件夹是否存在 不存在创建 if (!Directory.Exists(filePath)) { //创建文件夹 Directory.CreateDirectory(filePath); }
标签:ted span data pat col tap style director sts
原文地址:https://www.cnblogs.com/xiaobao2017/p/11555201.html