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

◆ MoveToRecycleBin()

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

Implements ReLogic.OS.IPathService.

Definition at line 20 of file PathService.cs.

21 {
22 return NativeMethods.MoveToRecycleBin(path);
23 }

References ReLogic.OS.Windows.NativeMethods.MoveToRecycleBin().