Jun 3, 2004 #1 murrayja Programmer May 6, 2000 90 US How do I access files in folders on another computer in my network from the DirListBox? I can see them with windows explorer.
How do I access files in folders on another computer in my network from the DirListBox? I can see them with windows explorer.
Jun 3, 2004 #2 lendpoint Programmer Feb 5, 2003 37 SI You must know the computer name and the share name. Example code: Code: Dir1.path = "\\<computer name>\<share name>\" --------------------------------- LendPoint Software http://www.lendpoint.co.nr Upvote 0 Downvote
You must know the computer name and the share name. Example code: Code: Dir1.path = "\\<computer name>\<share name>\" --------------------------------- LendPoint Software http://www.lendpoint.co.nr