Question

It may seem a very noob to a few but I am trying to retrieve the the target of an existing symbolic link folder in Windows. I checked the properties of this link but nothing was displayed. How can I do it?

Edit: issue is in Windows Server 2008.

Était-ce utile?

La solution

I got the information about the linked "target" by using the dir command. I did the following:

  1. Changed the directory to the parent of symbolic link folder in Command Prompt.
  2. Used the dir command

The file type of the symbolic link was displayed as <<Junction>> and the target location was displayed in the very next column.

edit: This problem is in Windows Server 2008.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top