windows symbolic link target
问题 Say that I set up a symbolic link: mklink /D C:\root\Public\mytextfile.txt C:\root\Public\myothertextfile.txt Editor's note: Option /D - which is for creating directory symlinks - is at odds with targeting files , as in this example, which has caused some confusion. To create a file symlink, simply omit /D . Is there a way to see what the target of mytextfile.txt is, using the command line? 回答1: As Harry Johnston said dir command shows the target of symbolic links 2014/07/31 11:22 <DIR> libs