Implement bag.delete
Opened this issue · 0 comments
tpendragon commented
There should be a way to delete a bag using this tool - probably just
FileUtils.rm_r(bag_dir, :force => true)
with some cleanup.
Opened this issue · 0 comments
There should be a way to delete a bag using this tool - probably just
FileUtils.rm_r(bag_dir, :force => true)
with some cleanup.