Microsoft.Win32.UnsafeNativeMethods.MoveFileEx C# (CSharp) Méthode

MoveFileEx() private méthode

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