How are paths on remote machines determined?

How are paths on remote machines determined?

I have been assigned a network connection. Let me call it \ wassup \ test1

I assume that wassup is an ame computer. I have a question. How can I determine what the local path from the point of view of the remote machine will be for "test1". For example, how can I find out if it is c: \ test1 or d: \ test1?

+1
source share
3 answers

You cannot find out from the client. Take the appropriate example: what local path on the server does the link below?

How are paths on remote machines determined?

+3
source

You can not. The remote computer may be an OS that does not even use such disk shortcuts.

+1
source

. ... " " Win (.. C $, d $ ..).

0
source

All Articles