You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: