How do I get the volume serial number for a drive? For example in the
cmd prompt issuing this:

 

C:\>vol C:

 Volume in drive C is LABEL

 Volume Serial Number is FFFF-0000

 

Is the volume serial number wrapped by pywin32? I found the function
win32api.GetVolumeInformation, but it doesn't seem to return what I
want.

 

-Kyle Rickey

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to