[python-win32] Re: windows webdav mount

Roger Upole rwupole at msn.com
Mon Mar 10 18:14:29 CET 2008


Julius wrote:
> Hi,
> 
> is there python code to "monut" a webdave share to a windows drive
> letter?
> i know there are free/commercial applications that can do that, but i
> need at least a a program that can be controlled through some
> programming language.
> 
> 

You should be able to use win32wnet.WNetAddConnection2
to do this.

      Roger



More information about the python-win32 mailing list