修复一些内容
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user