修复一些内容

This commit is contained in:
2025-09-23 04:14:31 +08:00
parent ce56cca782
commit 073dd25857

View File

@@ -62,7 +62,7 @@ namespace Convention
private FileSystemInfo OriginInfo; private FileSystemInfo OriginInfo;
public ToolFile(string path) public ToolFile(string path)
{ {
FullPath = Path.GetFullPath(path); FullPath = Path.GetFullPath(Environment.ExpandEnvironmentVariables(path));
Refresh(); Refresh();
} }
public override string ToString() public override string ToString()