[HA] Implement GetFilename.

This commit is contained in:
2025-09-08 01:14:08 +01:00
parent f74de8789f
commit 0a9d31f141
2 changed files with 24 additions and 3 deletions

View File

@@ -11,9 +11,6 @@ public sealed partial class Ha
{
#region IArchive Members
/// <inheritdoc />
public ErrorNumber GetFilename(int entryNumber, out string fileName) => throw new NotImplementedException();
/// <inheritdoc />
public ErrorNumber GetEntryNumber(string fileName, bool caseInsensitiveMatch, out int entryNumber) =>
throw new NotImplementedException();