Click or drag to resize
FileCreateHardlink Method
Overload List
  NameDescription
Public methodStatic memberCreateHardlink(String, String)
[AlphaFS] 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.
Public methodStatic memberCreateHardlink(String, String, PathFormat)
[AlphaFS] 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.
Public methodStatic memberCreateHardlink(KernelTransaction, String, String)
[AlphaFS] 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.
Public methodStatic memberCreateHardlink(KernelTransaction, String, String, PathFormat)
[AlphaFS] 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.
Top
See Also