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

◆ MoveFile()

static void System.IO.FileSystem.MoveFile ( string sourceFullPath,
string destFullPath,
bool overwrite )
inlinestatic

Definition at line 336 of file FileSystem.cs.

337 {
339 {
340 throw Win32Marshal.GetExceptionForLastWin32Error();
341 }
342 }
static bool MoveFile(string src, string dst, bool overwrite)
Definition Interop.cs:969

References System.IO.Win32Marshal.GetExceptionForLastWin32Error(), and Interop.Kernel32.MoveFile().

Referenced by System.IO.File.Move(), and System.IO.FileInfo.MoveTo().