Re: [python-win32] Created Map NetWork Drive is not visible in "My Computer" window

2008-08-25 Thread Mike Driscoll
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

Re: [python-win32] Created Map NetWork Drive is not visible in "My Computer" window

2008-08-25 Thread Mike Driscoll
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