Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
kill "filename.ext" = shift-delete
#11
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.
Reply


Messages In This Thread
kill "filename.ext" = shift-delete - by doppler - 02-21-2026, 02:14 PM
RE: kill "filename.ext" = shift-delete - by bplus - 02-21-2026, 11:09 PM
RE: kill "filename.ext" = shift-delete - by Pete - 02-22-2026, 08:53 PM
RE: kill "filename.ext" = shift-delete - by justsomeguy - 02-27-2026, 09:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Shift key not recognized when focus is changed to QB64 program dano 17 3,064 09-18-2024, 03:15 AM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: