add tiny comment to HawkFile.Name
This commit is contained in:
parent
0338263e4e
commit
42ab6b5df4
|
@ -81,7 +81,8 @@ namespace BizHawk.Common
|
||||||
public string CanonicalName => MakeCanonicalName(Path.GetFileName(_rootPath), _memberPath);
|
public string CanonicalName => MakeCanonicalName(Path.GetFileName(_rootPath), _memberPath);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// returns the virtual name of the bound file (disregarding the archive)
|
/// returns the virtual name of the bound file (disregarding the archive).
|
||||||
|
/// Useful as a basic content identifier.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Name => GetBoundNameFromCanonical(MakeCanonicalName(_rootPath, _memberPath));
|
public string Name => GetBoundNameFromCanonical(MakeCanonicalName(_rootPath, _memberPath));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue