Accessing network folders and files

  • Thread starter Thread starter Shmurthy
  • Start date Start date
S

Shmurthy

How do access shared folders and files on windows server
2003 using C#. I have share name(s) user id and password
for the server.
 
Dim di as New DirectoryInfo(\\Aug-FileSrv01\)

you can use the same wiht the fileinfo class provided you have th
epermissions.
 
Back
Top