Hello All,
I want to Create ISO9660 Imagefile , So how to convert
normal file to ISO9660 Image file format. If any source code
will be greatly appriciated, matter urgent.
Thanks in Advance.
Nothing
Printable View
Hello All,
I want to Create ISO9660 Imagefile , So how to convert
normal file to ISO9660 Image file format. If any source code
will be greatly appriciated, matter urgent.
Thanks in Advance.
Nothing
ISO9660 is a file system format, not a file format. Your best bet is to search for information on the UNIX program called mkisofs, which is used to create an ISO9660 image file in preparation to write onto a CD. You should be able to get hold of the source code for this. There is also a Win32 port of mkisofs. You may find that using this is easier than trying to understand the source and writing your own utility.
Ian