Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能找出一个文件夹实际上是由 mklink 创建的硬链接?我想获取文件夹和后续的子文件夹,但是硬链接的文件夹让我陷入了循环。
我感谢任何帮助或解决问题的线索。
Mehrdad Ahankhah www.irancad.com
文件夹不能是硬链接,至少在 NTFS 文件系统上不能,但它们可以是符号链接或(在 Windows 中)连接(重解析点)。要查看文件夹中的哪些文件夹是符号链接或联结,您可以使用 cmd 命令:
dir /A:L