문제

In linux&unix we can call link(name1, name2) to make name1 and name2 to reference to the same inode, I wonder does windows platform support this? Thank you.

도움이 되었습니까?

해결책

I think CreateHardLink() is OK for this.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top