From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdeae27ce2508af5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-12 17:29:46 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: Filoux@orange.fr (Filoux) Newsgroups: comp.lang.ada Subject: Retrieve CD-R TOC Date: 12 Jul 2002 17:29:46 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 193.250.229.20 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1026520186 13886 127.0.0.1 (13 Jul 2002 00:29:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Jul 2002 00:29:46 GMT Xref: archiver1.google.com comp.lang.ada:27035 Date: 2002-07-13T00:29:46+00:00 List-Id: Hello!! I'd like to know if it's possible to retrieve the table of content (TOC) of a CD with ADA. I'm currently running linux and I need to get some information (like cd content, size of files, etc...). I don't want to do it by executing a system call like (du -ah) but I'd like to do it by accessing the TOC of the CD (or DVD). Thanks in advance for your answers, Best Regards, Filoux.