Display file name when FileAccessor is chosen
This commit is contained in:
parent
3782ce90fb
commit
af632e6701
@ -122,5 +122,13 @@ namespace UniversalEditor.Accessors
|
||||
{
|
||||
mvarFileStream.Close();
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
// sb.Append("file:///");
|
||||
sb.Append(mvarFileName);
|
||||
return sb.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user