Windows符号链接目标

前端之家收集整理的这篇文章主要介绍了Windows符号链接目标前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
说我设置了一个符号链接
mklink  /D C:\root\Public\mytextfile.txt C:\root\Public\myothertextfile.txt

有没有办法看看myothertextfile.txt的目标是使用命令行?

正如Harry Johnston所说,dir命令显示了符号链接的目标
2014/07/31  11:22    <DIR>          libs
2014/08/01  13:53             4,997 mobile.iml
2014/07/31  11:22               689 proguard-rules.pro
2014/09/28  10:54    <JUNCTION>     res [\??\C:\Users\_____\mobile\src\main\res]
原文链接:https://www.f2er.com/windows/364153.html

猜你在找的Windows相关文章