Вопрос

To fix a bug in this answer: What's the correct name of the function to create a hard link in MSVCRT?

Это было полезно?

Решение

Oddly enough, there's a function called CreateHardLink. But it doesn't live in MSVCRT; it's part of Kernel32.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top