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()