1

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

Community
  • 1
  • 1
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820

1 Answers1

1

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

Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
cHao
  • 84,970
  • 20
  • 145
  • 172