Mapping a drive to a network path

Thierry Lam lamthierry at gmail.com
Fri Jul 22 15:15:21 EDT 2005


In DOS, if I want to map a network path to a drive, I do the following:

    net use z: \\computer\folder

How do we do something similar in python?

Thanks
Thierry




More information about the Python-list mailing list