Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entires limit 50 #30

Closed
MardanovaA opened this issue Jun 28, 2023 · 1 comment
Closed

Entires limit 50 #30

MardanovaA opened this issue Jun 28, 2023 · 1 comment

Comments

@MardanovaA
Copy link

MardanovaA commented Jun 28, 2023

Hello.
I am using kaitai to structure iso file using this article (javascript). But I have a problem with a folder that has more than 50 files. If i use code like
var parsedIso = new Iso9660(new KaitaiStream(arrayBuffer));
const myDir = parsedIso.primaryVolDesc.volDescPrimary.rootDir.body.extentAsDir.entries;
console.log(myDir.length)
It is returns only first 50 files, but i have more files in directory. Other directories are good.

Please, any help?

@generalmimon
Copy link
Member

Duplicate of kaitai-io/kaitai_struct_formats#679

@generalmimon generalmimon closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants