Accessing shared files/directories [RESOLVED]
Basically what I need to do are the following
Figure out if a network shared folder exists.
Move files around on a network share, copy, delete, rename, etc.
None of these things will be done on the local machine. I'm trying to automate a very tedious process at work to make my life a bit easier. Any hints in the right direction would be great!
Thanks!
Re: Accessing shared files/directories
Use the System.IO.Directory.Exists function.
http://www.vbforums.com/showpost.php...46&postcount=3
:thumb:
Re: Accessing shared files/directories