untiy I/O

public static class IOHelper { public static bool IsFileExists(string fileName) // 判斷文件是否存在 { return File.Exists(fileName); } public static bool IsDirectoryExists(string file
相關文章
相關標籤/搜索