首页 > TAG信息列表 > GetDirectoryName

Path.GetDirectoryName方法

命名空间:System.IO程序集:System.Runtime.dllPath.GetDirectoryName()返回指定路径的目录信息 参数 pathString 文件或目录的路径。 返回 String path 的目录信息;如果 path 表示根目录或为 null,则为 null。 如果 path 不包含目录信息,则返回 Empty。   string filePath

单文件Loger方法

public static void Log(string category, string log) { try { if (!Directory.Exists(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "ErrLog"))) {