Access a network share

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Code in my windows application is supposed to zip a file and copy the same
to a network share folder. The issue is that this network share can only be
accessed by a specifc username and password . How do i accomplish this in
code.
 
i think you need to write a wrapper in dotnet that use the win32 API
'WNetAddConnection2' to connect the resource.

Philippe Kouyoumdjian
 
Back
Top