I know that i might be jumping straight into the 'deep end', however I want to make a program which accesses a file (.txt for example) over the network.
For example, you type in the IP Address of the computer where the file is stored, and the program reads from the text file.
Now, I'm sure that accessing the other computer will be relatively simple, however, I have no idea how the program will deal with the path (C:\\My Documents) to the document on the other computer.
Any resources to read, tips etc?
Thanks