mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add OpenDir method to IReadOnlyFilesystem.
This commit is contained in:
@@ -114,4 +114,12 @@ public sealed partial class ISO9660
|
||||
/// <inheritdoc />
|
||||
public long Offset { get; set; }
|
||||
}
|
||||
|
||||
sealed class Iso9660DirNode : IDirNode
|
||||
{
|
||||
internal DecodedDirectoryEntry[] _entries;
|
||||
internal int _position;
|
||||
/// <inheritdoc />
|
||||
public string Path { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user