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.
我的程序从目的地创建符号链接D:\source。符号链接在D:\Destination.
D:\source
D:\Destination
当我从源文件夹中删除时,如何删除目标文件夹中的符号链接?
我的程序按时间间隔运行,因此它会扫描源代码并创建符号链接。所以我想它应该在扫描时删除?