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

Mark Hammond mhammond at skippinet.com.au
Tue Apr 26 09:35:42 CEST 2005


> 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