码迷,mamicode.com
首页 > 其他好文 > 详细

AssetBunlde打包随笔

时间:2019-09-20 10:30:09      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:ted   span   data   pat   col   tap   style   director   sts   

C#对文件夹操作类 Directory

string filePath = Application.dataPath + @"/123";
//判断文件夹是否存在 不存在创建
if (!Directory.Exists(filePath))
{
//创建文件夹
Directory.CreateDirectory(filePath);
}

 

AssetBunlde打包随笔

标签:ted   span   data   pat   col   tap   style   director   sts   

原文地址:https://www.cnblogs.com/xiaobao2017/p/11555201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!