siddhartha veedaluru wrote:
That worked.
Thanks very much Mike
Sid
One thing I forgot to mention. You might want to check if that drive is
already mapped or you'll get an error. We force our drive letters by
using the WNetCancelConnection2() method of win32wnet to un-map the
drive lette
siddhartha veedaluru wrote:
Hi,
i have used the following code to create Map NetWork Drive.
But it is not visble when i open "My Computer" window.
---
import win32net,time
data = {}
data['remote'] = r'\\fredo\Project'
d