Frage

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.

War es hilfreich?

Lösung

I think CreateHardLink() is OK for this.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top