reproduction:
create folder c:\666
mkdir "c:\666"
create folder c:\777
mkdir "c:\777"
Create example file file with text for search c:\666\example.txt
echo "Text for Search" > "c:\666\example.txt"
Copy c:\666\example.txt to c:\777\example.txt
copy "c:\666\example.txt" "c:\777\example.txt"
Create symlink c:\777 -> c:\666\777
mklink /D "c:\666\777" "c:\777"
File with symlink is not founded c:\666\777\example.txt
Screencast: https://youtu.be/lzWsqX4xJm0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.