Friday, January 6, 2006, 9:33:26 AM, you wrote:

> http://groups.google.com/group/comp.lang.python/msg/d448ab26621ee8bf
> http://groups.google.com/group/comp.lang.python/msg/2aa365a285899845
> http://groups.google.com/group/comp.lang.python/msg/461ee641b16c2f96

Those three were really helpful, thank you.

> I'm not 100% sure that the code which lists domains
> does the same for workgroups; I just hope so.

It does, works just fine.

But, I have further problems now. Now when I have list of shares I want
to get a list of directories and files within a share, and for every
file it's size.

I can get directory and file listing with os.listdir() (btw, how do I
set apart directories and files?), but how do I get filesize for every
file? Also, what to do when certain machine requires authorization? How
do I logon when required?

Thanks...

-- 
Karlo Lozovina

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

Reply via email to