02-27-2026, 09:48 PM
For those Linux in particular Ubuntu flavors the simple one is to use.
Code: (Select All)
file$ = "TrashMe.txt"
IF _FILEEXISTS(file$) THEN
SHELL _HIDE "gio trash " + file$
END IF
I've tested it on my Ubuntu machine and it preserves it origin, so it can be restored.
2D physics engine https://github.com/mechatronic3000/fzxNGN
QB Pool https://github.com/mechatronic3000/QBPool
QB Pool https://github.com/mechatronic3000/QBPool

