Microsoft.Win32.UnsafeNativeMethods.MoveFileEx C# (CSharp) Method

MoveFileEx() private method

private MoveFileEx ( string lpExistingFileName, string lpNewFileName, int dwFlags ) : bool
lpExistingFileName string
lpNewFileName string
dwFlags int
return bool
        internal static extern bool   MoveFileEx(string lpExistingFileName, string lpNewFileName, int dwFlags);
    }