We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bd638 commit 4e1c268Copy full SHA for 4e1c268
1 file changed
OTAPI.Scripts/Patches/ReLogic.OS.Windows.PathService.Server.cs
@@ -27,11 +27,10 @@ namespace ReLogic.OS.Windows
27
{
28
public class patch_PathService : ReLogic.OS.Windows.PathService
29
30
- public extern bool orig_MoveToRecycleBin(string path);
31
- public override bool MoveToRecycleBin(string path)
+ public extern void orig_MoveToRecycleBin(string path);
+ public override void MoveToRecycleBin(string path)
32
33
System.IO.File.Delete(path);
34
- return true;
35
}
36
37
0 commit comments