标签:pos 文件夹 style creat 创建文件 空间 www. 使用 system
File.Exists(path + "a.txt")) //判断某个目录下是否存在某个文件
System.IO.Directory.Exists(@"E:\Files")) //判断文件夹是否存在,不存在则创建文件夹
} 使用非常简单吧。
.net 平台下的File.Exists和directory .Exists()
标签:pos 文件夹 style creat 创建文件 空间 www. 使用 system
原文地址:https://www.cnblogs.com/cyct/p/10663106.html