> 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 _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32