iso1->isolist iso2->isofile2 iso3->isofile
This commit is contained in:
@@ -10,8 +10,9 @@ copying
|
|||||||
device
|
device
|
||||||
drives
|
drives
|
||||||
eject
|
eject
|
||||||
iso?
|
isofile
|
||||||
iso?cpp
|
isofile2
|
||||||
|
isolist
|
||||||
isofuzzy
|
isofuzzy
|
||||||
mmc1
|
mmc1
|
||||||
mmc2
|
mmc2
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ Makefile.in
|
|||||||
copying
|
copying
|
||||||
device
|
device
|
||||||
eject
|
eject
|
||||||
iso1
|
isolist
|
||||||
iso2
|
isofile
|
||||||
iso3
|
isofile2
|
||||||
mmc1
|
mmc1
|
||||||
mmc2
|
mmc2
|
||||||
paranoia
|
paranoia
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ copying
|
|||||||
device
|
device
|
||||||
drives
|
drives
|
||||||
eject
|
eject
|
||||||
iso1
|
|
||||||
iso2
|
|
||||||
iso3
|
|
||||||
iso4
|
iso4
|
||||||
|
isofile2
|
||||||
|
isofile
|
||||||
|
isolist
|
||||||
mmc1
|
mmc1
|
||||||
mmc2
|
mmc2
|
||||||
tracks
|
tracks
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$Id: README,v 1.2 2006/03/02 18:57:31 rocky Exp $
|
$Id: README,v 1.3 2006/04/15 15:47:05 rocky Exp $
|
||||||
|
|
||||||
This directory contains some simple C++ examples of the use of the libcdio
|
This directory contains some simple C++ examples of the use of the libcdio
|
||||||
library.
|
library.
|
||||||
@@ -11,15 +11,15 @@ device.cpp: A program to show drivers installed and what the default
|
|||||||
eject.cpp: A program eject a CD from a CD-ROM drive and then close the door
|
eject.cpp: A program eject a CD from a CD-ROM drive and then close the door
|
||||||
again.
|
again.
|
||||||
|
|
||||||
iso1.cpp: A program to show using libiso9660 to list files in a
|
isolist.cpp: A program to show using libiso9660 to list files in a
|
||||||
directory of an ISO-9660 image and give basic iso9660
|
directory of an ISO-9660 image and give basic iso9660
|
||||||
information.
|
information.
|
||||||
|
|
||||||
iso2.cpp: A program to show using libiso9660 to extract a file
|
isofile.cpp: A program to show using libiso9660 to extract a file from an
|
||||||
from a CDRWIN cue/bin CD image.
|
ISO-9660 image.
|
||||||
|
|
||||||
iso3.cpp: A program to show using libiso9660 to extract a file from an
|
isofile2.cpp: A program to show using libiso9660 to extract a file
|
||||||
ISO-9660 image.
|
from a CDRWIN cue/bin CD image.
|
||||||
|
|
||||||
mmc1.cpp: A program to show issuing a simple MMC command (INQUIRY).
|
mmc1.cpp: A program to show issuing a simple MMC command (INQUIRY).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user