os.walk(entire filesystem)

Simon Brunning simon.brunning at gmail.com
Fri Mar 11 04:49:57 EST 2005


On Thu, 10 Mar 2005 20:11:10 +0100, Uwe Becher <ubecher at gmx.net> wrote:
> You would need a wrapper to retrieve all logical drives using
> win32api.GetLogicalDriveStrings(),check the drive type with
> win32file.GetDriveType() and then os.walk() those local fixed drives.

http://groups-beta.google.com/group/comp.lang.python/msg/49fc77779210007a

-- 
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list