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

◆ MoveToRecycleBin()

override bool ReLogic.OS.OSX.PathService.MoveToRecycleBin ( string path)
inline

Implements ReLogic.OS.IPathService.

Definition at line 25 of file PathService.cs.

26 {
27 File.Delete(path);
28 return true;
29 }
static void Delete(string path)
Definition File.cs:88

References System.IO.File.Delete().