When using copy or move on a directory tree containing ntfs directory junctions, these are "de-juntionized" and either empty dirs are created (move) or containing files are duplicated (copy).
Either I'm missing something here, or there's room for improvement: At least output an error message, or (proper behavior) re-create the junction where the directory tree is copied/moved to.
Either I'm missing something here, or there's room for improvement: At least output an error message, or (proper behavior) re-create the junction where the directory tree is copied/moved to.
Code:
touch /cs source\test\test.txt
junction source\bug source\test
copy /sy /md source\* copied
move /sy /md source\* moved