Programmatically Map Network Drive in Windows
- Posted by euphoric (admin) Dec 01, 2010
- 2425 views
I need to be able to programmatically map/disconnect network drives in Windows. MS provides this functionality in the WNetAddConnection2 function, but I don't know how to make use of it.
I checked the archive and there's nothing there for this.
The page linked above has sample code in C. If someone would write a Euphoria wrapper, I'd be very thankful! :)