C# Class NLight.IO.Interop.NtfsHelper

Show file Open project: slorion/nlight

Public Methods

Method Description
CreateHardLink ( string existingFilePath, string newFilePath ) : bool

Private Methods

Method Description
CreateHardLink ( string lpFileName, string lpExistingFileName, IntPtr lpSecurityAttributes ) : bool

Method Details

CreateHardLink() public static method

public static CreateHardLink ( string existingFilePath, string newFilePath ) : bool
existingFilePath string
newFilePath string
return bool