Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CopyFileEx()

static bool Interop.Kernel32.CopyFileEx ( string src,
string dst,
IntPtr progressRoutine,
IntPtr progressData,
ref int cancel,
int flags )
inlinestaticpackage

Definition at line 716 of file Interop.cs.

717 {
720 return CopyFileExPrivate(src, dst, progressRoutine, progressData, ref cancel, flags);
721 }
static bool CopyFileExPrivate(string src, string dst, IntPtr progressRoutine, IntPtr progressData, ref int cancel, int flags)
static string EnsureExtendedPrefixIfNeeded(string path)

References Interop.Kernel32.CopyFileExPrivate(), and System.IO.PathInternal.EnsureExtendedPrefixIfNeeded().

Referenced by Interop.Kernel32.CopyFile().