[python-win32] how to browse another computer's folder treestructure ?

Michael Li mli at deform.com
Thu Apr 28 21:43:25 CEST 2005


Hi, Mark

Thank you very much.
It works, but only shows shared folders, not all the folders,
is it possible to show all folders ?

Mark Hammond wrote:
>>Hi,
>>Is there an easy way to browse folders at another computer ?
>>Basically it's the same as
>>C:\Python24\Lib\site-packages\win32comext\shell\demos\browse_f
>>or_folder.py
>>just show another computer's folder tree structure, not local
>>computer's.
>>
>> I am in computer A and I want to see the folders on computer B
> 
> 
> Just specify r"\\machine-name-or-ip-address" inplace of os.getcwd() in that
> sample.
> 
> Mark
> 



More information about the Python-win32 mailing list