Kernel32CreateHardLink Method

Overload List

CreateHardLink(String, String, SecurityAttributes) Establishes a hard link between an existing file and a new file.

This function is only supported on the NTFS file system, and only for files, not directories.

CreateHardLink(String, String, IntPtr) Establishes a hard link between an existing file and a new file.

This function is only supported on the NTFS file system, and only for files, not directories.

See Also