AjaxControlToolkit.LinkStaticResources.Program.CreateHardLink C# (CSharp) Method

CreateHardLink() private method

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

Same methods

Program::CreateHardLink ( string source, string destination ) : void