Search found 1 match
- Mon May 20, 2019 7:28 am
- Forum: Bug report
- Topic: everything can not index the file create by mklink /H
- Replies: 2
- Views: 15076
everything can not index the file create by mklink /H
Windows can support hard link file from win7. We can execute the following command to create a hard link file: mklink /H D:\link.txt D:\file.txt file.txt is just a pure text file, and the link.txt is a file that same as file.txt, `same as` means that: if you edit the content in file.txt, the content...