From: Kevin O. <ke...@tu...> - 2004-04-05 15:15:14
|
Hi, On Apr 4, 2004, at 3:22 PM, Vaclav Slavik wrote: > Hi, > > Kevin Ollivier wrote: >> I know this is easy enough to do on Unix, but on Windows with their >> drive system, any drive could be removable storage, or could be a >> permanent storage drive. > > I thought it's the other way around -- virtually impossible on Unix > and piece of cake on Windows. This MSDN page seems to confirm at > least the Windows part of my claim: > http://msdn.microsoft.com/library/en-us/fileio/base/getdrivetype.asp You're right, thanks. I found this is the Python win32 module too. =) I thought that with Unix usually the mount point would say CD or CD-ROM. Of course, it's still guessing, but that's what I was thinking about when I said Unix was easy enough. ;-) Thanks, Kevin |