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:
@@ -87,4 +87,12 @@ public sealed partial class PascalPlugin
|
||||
/// <inheritdoc />
|
||||
public long Offset { get; set; }
|
||||
}
|
||||
|
||||
sealed class PascalDirDone : IDirNode
|
||||
{
|
||||
internal string[] _contents;
|
||||
internal int _position;
|
||||
/// <inheritdoc />
|
||||
public string Path { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user