so it seems that a bunch of the DVD disks I have have invalid UDF file
systems (no surprise, part of their copy protection I guess) and that
causes udf1 example to crash in its readdir() stuff.
so my question is, anyone have examples to do a similar thing with the
iso9660 file system? (isolist only does root dir and seems to work more
on strings than any specific data structure), so is isolist the best way
to do a udf1 type program (with recursive into directories) or is there
a way thats more similar to the way udf works.
thanks.