<br>Is there a way to differentiate between floppy, network, hard drive, removable (aka USB flash) drives? though Pythonwin?<br><br>My searches came up with Tim Golden&#39;s mapped drives, which is somewhat helpful, but not particular to my needs.
<br><a href="http://tgolden.sc.sabren.com/python/win32_how_do_i/show_mapped_drives.html">http://tgolden.sc.sabren.com/python/win32_how_do_i/show_mapped_drives.html</a><br><br>win32api.GetVolumeInformation doesn&#39;t return anything specific- other than &#39;FAT&#39; which is used on a floppy, but somehow
<br>I was expecting something a little more specific.<br><br><br>thanks<br>