如何将 CreateHardLink(string lpSymlinkFileName, string lpTargetFileName, IntPtr lpSecurityAttributes) 与目标的相对路径一起使用?
我应该能够使用
[DllImport("kernel32.dll")]
static extern bool CreateHardLink(string lpSymlinkFileName,
string lpTargetFileName, IntPtr lpSecurityAttributes);
lpTargetFileName 的相对路径吗?
这似乎对我不起作用。应该吗? 它适用于完整路径。
编辑:
这是 Windows 7 和/或 2008
Using
[DllImport("kernel32.dll")]
static extern bool CreateHardLink(string lpSymlinkFileName,
string lpTargetFileName, IntPtr lpSecurityAttributes);
should I be able to use a relative path for the lpTargetFileName?
It doesn't seem to work for me. Should it?
It works with full paths.
Edit:
This is Windows 7 and/or 2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论