From 073dd2585765c841297aae8673a041148e3fb0ee Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Tue, 23 Sep 2025 04:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convention/[Runtime]/File.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convention/[Runtime]/File.cs b/Convention/[Runtime]/File.cs index a1066cd..8bdad95 100644 --- a/Convention/[Runtime]/File.cs +++ b/Convention/[Runtime]/File.cs @@ -62,7 +62,7 @@ namespace Convention private FileSystemInfo OriginInfo; public ToolFile(string path) { - FullPath = Path.GetFullPath(path); + FullPath = Path.GetFullPath(Environment.ExpandEnvironmentVariables(path)); Refresh(); } public override string ToString()