PluginTestbed.SourceSetup.SourceSetupPluginForm.CreateHardLink C# (CSharp) Method

CreateHardLink() private method

private CreateHardLink ( string lpFileName, string lpExistingFileName, IntPtr lpSecurityAttributes ) : bool
lpFileName string
lpExistingFileName string
lpSecurityAttributes IntPtr
return bool
        static extern bool CreateHardLink(
        string lpFileName,
        string lpExistingFileName,
        IntPtr lpSecurityAttributes
        );