Local drives on Win32 with win32api

Uwe Becher ubecher at gmx.de
Wed Nov 13 14:09:11 EST 2002


Hi.

I'm trying to get information about local drives on a win32 box. Using 
win32api.GetLogicalDriveStrings() and win32api.GetDiskFreeSpace(drive) 
works nearly perfect - except: I get all the network drives mapped to a 
drive letter too!

Is there a way to get information, if a drive is local or remote?
May be I missed the point reading the documentation.

Uwe




More information about the Python-list mailing list