小见

C#判断文件夹是否存在不存在就创建

电脑版发表于:2020/6/17 13:29
string path = @"D:\作业提交\";
        if (Directory.Exists(path) == false)
        {
            Directory.CreateDirectory(path);
        }


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢