diff --git a/Convention/[Runtime]/File.cs b/Convention/[Runtime]/File.cs index 2e47caa..1b51c13 100644 --- a/Convention/[Runtime]/File.cs +++ b/Convention/[Runtime]/File.cs @@ -161,9 +161,15 @@ namespace Convention if (Exists() == false) OriginInfo = null; else if (IsDir()) + { OriginInfo = new DirectoryInfo(FullPath); + FullPath = Path.GetFullPath(FullPath); + } else + { OriginInfo = new FileInfo(FullPath); + FullPath = Path.GetFullPath(FullPath); + } return this; } diff --git a/Convention/[Visual]/UIComponent/Variant/HierarchyWindow/HierarchyWindow.cs b/Convention/[Visual]/UIComponent/Variant/HierarchyWindow/HierarchyWindow.cs index 9a74151..c3acd55 100644 --- a/Convention/[Visual]/UIComponent/Variant/HierarchyWindow/HierarchyWindow.cs +++ b/Convention/[Visual]/UIComponent/Variant/HierarchyWindow/HierarchyWindow.cs @@ -15,7 +15,7 @@ namespace Convention.WindowsUI.Variant private Dictionary AllReferenceItemLinker = new(); /// - /// ��������Լ���Ӧ��tab + /// /// /// ///