I am trying to find out (using Python under windows) the name of a CD that
is currently in the drive specified by a path name.
And while I am at it, I'd also like to know whether the specified drive
contains a CD at all, and whether the drive is actually a CD drive.
AFAIK, Python doesn't provide
Aah, nice. Thank you.
This should be included in pywin32, don't you think so? (Or is it? I didn't
check before installing.)
Heiko
"Tim Golden" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[Heiko Selber]
| I am trying to find out (using Python under w