Dim( rootlocalpath, string, "\\\\machine1\\c$\\test\\")  Dim( files, string )  Dir( rootlocalpath, files )  MessageBox( files )  This of course assumes that C$ is enabled as the default administrative share name  : I'm trying to do the following...  : Dim (rootlocalpath, string, "machine1:\\c:$\\test\\")  : I'm trying to access the test folder in the c: located on computer  : 'machine1'. The c: is hidden also.  : Any help is greatly apprecitated.  : Thanks!   
   |