What is the most efficient way to do this using VB6:
I want to fill a ListBox with the files that are located in a folder
on a networked computer. Purely as an example, imagine the files were
located here:
\\MyOtherComputer\MyOtherComputersFolder
...Before my routine runs the procedure that will fill the ListBox
with the files from the above location, it would be great if I could
make sure that that path was currently valid first.
In other words, if "MyOtherComputer" is NOT currently a member of the
network, I want the routine to be stopped.
How would you VB6 experts go about detecting if a file path is
currently accessible?
Thanks in advance.