www.byjp.me/content/posts/imported-posts/trash-files-in-ruby.md
JP Hastings-Spital 29d6b988e7 Imported some tumblr posts
Up to 2009-04-21 from 'Musings'
2023-05-22 22:23:05 +01:00

638 B
Raw Blame History

title date draft emoji images tags
Trash files in Ruby 2009-03-25 false 🗑️
ruby
code
github
from-tumblr

github.com

Ive written a ruby File class extension - File.trash( filename ) - which allows you to send files to the Trash or Recycle bin (depending on your OS).

Mac support is ready, Windows support is touch-and-go (read the wiki for more info) and its been so long since I used Linux (ahh, the Arch days) I cant remember how the bins work over there. Anyone want to help?