Hi,
Can anyone shed some light on how to open a file that is located on another server. The server that my program will be running on is on the same network as the server that i want to read the file from.
Try UNC (Universal Naming Convention) name:
\\computername\sharename\path\filename
Don't forget to double backslashes in a string literal.
UNC access (for open) is slower than open with mapped drive name.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.