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