I have CD-Rs with Joliet filenames on which I need to find the ISO 9660 (8.3) filename using Java. Can this be done using java-avm? Does anyone know of any other way? (I'm using Windows.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You might try using one of the utility programs (isoinfo) that come with cdrtools. Runtime.exec() is your friend here. This seems like a useful feature, so if you figure out a good way to do this, let me know and I will incorporate it into java-avm.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have CD-Rs with Joliet filenames on which I need to find the ISO 9660 (8.3) filename using Java. Can this be done using java-avm? Does anyone know of any other way? (I'm using Windows.)
You might try using one of the utility programs (isoinfo) that come with cdrtools. Runtime.exec() is your friend here. This seems like a useful feature, so if you figure out a good way to do this, let me know and I will incorporate it into java-avm.
Why haven't I thought about that idea...?
Well. Never found any tool to view the ISO 9660 filenames from CD. Possibly isoinfo would do it for an ISO image, which is not interessting for me.
You don't happen to know of any other tool?
I use IsoBuster to see the ISO 9660 filename, but it's not a command line app so it's "rather hard" getting the information into Java.
Thanks anyway.