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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top