View Single Post
  #2 (permalink)  
Old December 21st, 2004, 08:32 AM
mmcdonal mmcdonal is offline
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

You are using UNC syntax, so try the actual server name instead of its IP address:

'====================================
Set rootFolder = fso.GetFolder("\\ServerName\ShareName")
'====================================

In your current statement, there is no Path specified. Using ServerName and ShareName will get your path.



mmcdonal
Reply With Quote