network-drive

How do you access the "remembered" location of a Windows network drive via Python?

How do you access the "remembered" location of a Windows network drive via Python? Question: I’m using the pywin32 Windows API library to pull information about network drives using the win32wnet.WNetGetConnection() function. When I perform this function on network drives Windows reports as "Unavailable" (Status), the function returns a win32wnet.error stating "The device is not …

Total answers: 1