gpt4 book ai didi

c# - 如何在 C# 中创建硬链接(hard link)?

转载 作者:IT王子 更新时间:2023-10-29 04:25:30 28 4
gpt4 key购买 nike

如何在 C# 中创建硬链接(hard link)?有代码片段吗?

最佳答案

[DllImport("Kernel32.dll", CharSet = CharSet.Unicode )]
static extern bool CreateHardLink(
string lpFileName,
string lpExistingFileName,
IntPtr lpSecurityAttributes
);

用法:

CreateHardLink(newLinkPath,sourcePath, IntPtr.Zero);

关于c# - 如何在 C# 中创建硬链接(hard link)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3387690/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com