Click or drag to resize

FileCreateHardlink Method

Overload List
  NameDescription
Public methodStatic memberCreateHardlink(String, String)
[AlphaFS] Establishes a hard link (similar to CMD command: "MKLINK /H") 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 (similar to CMD command: "MKLINK /H") 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