Method: MPD#rm
- Defined in:
- lib/librmpd.rb
#rm(playlist) ⇒ Object
Removes (PERMANENTLY!) the playlist ‘playlist.m3u` from the playlist directory
Returns true if successful, Raises a RuntimeError if the command failed
844 845 846 |
# File 'lib/librmpd.rb', line 844 def rm( playlist ) send_command "rm \"#{playlist}\"" end |