File.CreateHardLink(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::IO::FileSystemInfo ^ CreateHardLink(System::String ^ path, System::String ^ pathToTarget);
public static System.IO.FileSystemInfo CreateHardLink(string path, string pathToTarget);
static member CreateHardLink : string * string -> System.IO.FileSystemInfo
Public Shared Function CreateHardLink (path As String, pathToTarget As String) As FileSystemInfo
Parameters
- path
- String
- pathToTarget
- String