untiy I/O

public static class IOHelper { public static bool IsFileExists(string fileName) // 判断文件是否存在 { return File.Exists(fileName); } public static bool IsDirectoryExists(string file
相关文章
相关标签/搜索