What's the name of the "create hard link" function in MSVCRT?
Asked Answered
L

1

1

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

Logo answered 16/5, 2011 at 8:53 Comment(0)
D
1

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

Demythologize answered 16/5, 2011 at 9:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.