@@ -97,6 +97,7 @@ module RSeed
def delete(hash)
begin
@client.call("d.stop", hash)
+ FileUtils::remove_dir(@client.call("get_directory") + "/" + self.getName(hash))
@client.call("d.erase", hash)
rescue XMLRPC::FaultException => e
puts "Error:"