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